[csw-devel] SF.net SVN: gar:[5937] csw/mgar/pkg/sudo/trunk

valholla at users.sourceforge.net valholla at users.sourceforge.net
Sat Aug 8 04:24:35 CEST 2009


Revision: 5937
          http://gar.svn.sourceforge.net/gar/?rev=5937&view=rev
Author:   valholla
Date:     2009-08-08 02:24:35 +0000 (Sat, 08 Aug 2009)

Log Message:
-----------
update to 1.7.2p1

Modified Paths:
--------------
    csw/mgar/pkg/sudo/trunk/Makefile
    csw/mgar/pkg/sudo/trunk/checksums

Modified: csw/mgar/pkg/sudo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sudo/trunk/Makefile	2009-08-08 02:12:20 UTC (rev 5936)
+++ csw/mgar/pkg/sudo/trunk/Makefile	2009-08-08 02:24:35 UTC (rev 5937)
@@ -1,7 +1,11 @@
 GARNAME = sudo
-GARVERSION = 1.7.1
+GARVERSION = 1.7.2
 CATEGORIES = utils
+RELEASE = p1
 
+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
@@ -11,7 +15,7 @@
 endef
 
 MASTER_SITES = ftp://ftp.sudo.ws/pub/sudo/
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz 
+DISTFILES  = $(GARNAME)-$(DISTVERSION).tar.gz 
 PATCHFILES = install.diff
 
 # We define upstream file regex so we can be notifed of new 
@@ -20,7 +24,6 @@
 
 PACKAGES = CSWsudo CSWsudo-common
 
-BUILD64 = 1
 CATALOGNAME_CSWsudo = sudo
 SPKG_DESC_CSWsudo = $(DESCRIPTION)
 SPKG_SOURCEURL_CSWsudo = http://www.sudo.ws
@@ -38,6 +41,7 @@
 CONFIGURE_ARGS += --with-logging=both
 CONFIGURE_ARGS += --with-ignore-dot
 CONFIGURE_ARGS += --with-env-editor
+CONFIGURE_ARGS += --with-project
 
 TEST_TARGET = check
 FIXCONFIG_DIRS = $(DESTDIR)$(libexecdir)
@@ -58,3 +62,6 @@
 	@( cd $(PKGROOT)$(bindir); \
 		gfind . -type f -name sudo\* -exec gchmod 4755 {} \; )
 	@$(MAKECOOKIE)
+
+SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(RELEASE)
+

Modified: csw/mgar/pkg/sudo/trunk/checksums
===================================================================
--- csw/mgar/pkg/sudo/trunk/checksums	2009-08-08 02:12:20 UTC (rev 5936)
+++ csw/mgar/pkg/sudo/trunk/checksums	2009-08-08 02:24:35 UTC (rev 5937)
@@ -1,3 +1,3 @@
 955d99eda1432c7b7e00d98b91e35a79  download/CSWsudo-common.postinstall
 157b2e5e38ca54eb36e0364706bd0292  download/install.diff
-af672524b2c854a67612bf4c743f58b8  download/sudo-1.7.1.tar.gz
+4449d466a774f5ce401c9c0e3866c026  download/sudo-1.7.2p1.tar.gz


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