ports/109694: [MAINTAINER] mail/squirrelmail-newuser_wiz-plugin: utilize Makefile env variables in pkg-plist

Thomas Abthorpe thomas at goodking.ca
Wed Feb 28 20:00:20 UTC 2007


>Number:         109694
>Category:       ports
>Synopsis:       [MAINTAINER] mail/squirrelmail-newuser_wiz-plugin: utilize Makefile env variables in pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 28 20:00:19 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-RELEASE-p1 i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #2: Thu Feb 15 14:49:58 EST 2007
>Description:
- use SQUIRREL_PLUGIN_NAME variables in pkg-plist, makes plist a little more robust
- bump PORTREVISION

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- squirrelmail-newuser_wiz-plugin-1.3.2_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/squirrelmail-newuser_wiz-plugin/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/mail/squirrelmail-newuser_wiz-plugin/Makefile
--- /usr/ports/mail/squirrelmail-newuser_wiz-plugin/Makefile	Mon Feb 26 17:18:08 2007
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/mail/squirrelmail-newuser_wiz-plugin/Makefile	Wed Feb 28 14:54:02 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	newuser_wiz
 PORTVERSION=	1.3.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail www
 MASTER_SITES=	http://www.squirrelmail.org/plugins/
 PKGNAMEPREFIX=	squirrelmail-
diff -ruN --exclude=CVS /usr/ports/mail/squirrelmail-newuser_wiz-plugin/pkg-plist /usr/local/tinderbox/portstrees/FreeBSD/ports/mail/squirrelmail-newuser_wiz-plugin/pkg-plist
--- /usr/ports/mail/squirrelmail-newuser_wiz-plugin/pkg-plist	Mon Jun 26 12:35:16 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/mail/squirrelmail-newuser_wiz-plugin/pkg-plist	Wed Feb 28 14:52:32 2007
@@ -1,4 +1,4 @@
- at unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin newuser_wiz; fi
+ at unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
 %%SQUIRRELDIR%%/plugins/newuser_wiz/functions.php
 %%SQUIRRELDIR%%/plugins/newuser_wiz/setup.php
 %%SQUIRRELDIR%%/plugins/newuser_wiz/README
@@ -10,4 +10,4 @@
 %%SQUIRRELDIR%%/plugins/newuser_wiz/newuser_wiz_sample.po
 %%SQUIRRELDIR%%/plugins/newuser_wiz/newuser_wiz.pot
 @dirrm %%SQUIRRELDIR%%/plugins/newuser_wiz
- at exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin newuser_wiz; fi
+ at exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
--- squirrelmail-newuser_wiz-plugin-1.3.2_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list