[csw-devel] SF.net SVN: gar:[8935] csw/mgar/pkg/sudo
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Mar 2 10:46:30 CET 2010
Revision: 8935
http://gar.svn.sourceforge.net/gar/?rev=8935&view=rev
Author: wahwah
Date: 2010-03-02 09:46:30 +0000 (Tue, 02 Mar 2010)
Log Message:
-----------
Adjusting the file names to contain the full version string (including p5)
Modified Paths:
--------------
csw/mgar/pkg/sudo/trunk/Makefile
csw/mgar/pkg/sudo_ldap/trunk/Makefile
Modified: csw/mgar/pkg/sudo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sudo/trunk/Makefile 2010-03-02 09:28:01 UTC (rev 8934)
+++ csw/mgar/pkg/sudo/trunk/Makefile 2010-03-02 09:46:30 UTC (rev 8935)
@@ -1,11 +1,7 @@
GARNAME = sudo
-GARVERSION = 1.7.2
+GARVERSION = 1.7.2p5
CATEGORIES = utils
-RELEASE = p5
-DISTVERSION = $(GARVERSION)$(RELEASE)
-DISTNAME = $(GARNAME)-$(DISTVERSION)
-
DESCRIPTION = Provides limited super user privileges
define BLURB
Sudo (superuser do) allows a system administrator to give certain users (or
@@ -15,7 +11,7 @@
endef
MASTER_SITES = ftp://ftp.sudo.ws/pub/sudo/
-DISTFILES = $(GARNAME)-$(DISTVERSION).tar.gz
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PATCHFILES = install.diff
# We define upstream file regex so we can be notifed of new
Modified: csw/mgar/pkg/sudo_ldap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sudo_ldap/trunk/Makefile 2010-03-02 09:28:01 UTC (rev 8934)
+++ csw/mgar/pkg/sudo_ldap/trunk/Makefile 2010-03-02 09:46:30 UTC (rev 8935)
@@ -1,11 +1,7 @@
GARNAME = sudo
-GARVERSION = 1.7.2
+GARVERSION = 1.7.2p5
CATEGORIES = utils
-RELEASE = p5
-DISTVERSION = $(GARVERSION)$(RELEASE)
-DISTNAME = $(GARNAME)-$(DISTVERSION)
-
DESCRIPTION = Provides limited super user privileges (LDAP Enabled)
define BLURB
Sudo (superuser do) allows a system administrator to give certain users (or
@@ -15,7 +11,7 @@
endef
MASTER_SITES = ftp://ftp.sudo.ws/pub/sudo/
-DISTFILES = $(GARNAME)-$(DISTVERSION).tar.gz
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PATCHFILES = install.diff
# We define upstream file regex so we can be notifed of new
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list