ports/64457: [MAINTAINER] lang/pexts: Update for Pike 7.2.570

Xavier Beaudouin kiwi at oav.net
Fri Mar 19 13:40:07 UTC 2004


>Number:         64457
>Category:       ports
>Synopsis:       [MAINTAINER] lang/pexts: Update for Pike 7.2.570
>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:   Fri Mar 19 05:40:06 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.2.1-RELEASE-p1 alpha
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD alpha.home.oav.net 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #0: Sun Mar 14 11:55:51 CET 2004
>Description:
- Update for pike 7.2.570
- Make the port more simplier for nexts updates.

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

--- pexts-20020121_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/pexts.old/Makefile /usr/ports/lang/pexts/Makefile
--- /usr/ports/lang/pexts.old/Makefile	Wed Feb  4 06:21:40 2004
+++ /usr/ports/lang/pexts/Makefile	Fri Mar 19 14:18:49 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	pexts
 PORTVERSION=	20020121
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
 		http://ftp.oav.net/pkg_freebsd/distfiles/ \
@@ -18,18 +18,24 @@
 COMMENT=	Third party Pike 7.2 extensions
 
 BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike72/
-LIB_DEPENDS=	mhash.2:${PORTSDIR}/security/mhash/ \
-		mcrypt.8:${PORTSDIR}/security/libmcrypt/
+LIB_DEPENDS=	mhash:${PORTSDIR}/security/mhash/ \
+		mcrypt:${PORTSDIR}/security/libmcrypt/
 
 WRKSRC=		${WRKDIR}/pexts
 
-GNU_CONFIGURE=  yes
+PIKEVERSION=	7.2.570
 
-CONFIGURE_ARGS+= --without-debug
+GNU_CONFIGURE=	yes
+
+CONFIGURE_ARGS+=	--without-debug
+
+.include <bsd.port.pre.mk>
+
+PLIST_SUB+=	PIKEVERSION=${PIKEVERSION}
 
 USE_GMAKE=	yes
 
 pre-configure:
 	@${ECHO} ${CONFIGURE_ARGS}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/lang/pexts.old/pkg-plist /usr/ports/lang/pexts/pkg-plist
--- /usr/ports/lang/pexts.old/pkg-plist	Fri May  9 00:59:58 2003
+++ /usr/ports/lang/pexts/pkg-plist	Thu Mar 18 20:14:15 2004
@@ -1,6 +1,6 @@
-pike/7.2.492/lib/modules/Curses.so
-pike/7.2.492/lib/modules/Gzip.so
-pike/7.2.492/lib/modules/Mhash.so
-pike/7.2.492/lib/modules/PCRE.so
-pike/7.2.492/lib/modules/bzip2.so
-pike/7.2.492/lib/modules/mcrypt.so
+pike/%%PIKEVERSION%%/lib/modules/Curses.so
+pike/%%PIKEVERSION%%/lib/modules/Gzip.so
+pike/%%PIKEVERSION%%/lib/modules/Mhash.so
+pike/%%PIKEVERSION%%/lib/modules/PCRE.so
+pike/%%PIKEVERSION%%/lib/modules/bzip2.so
+pike/%%PIKEVERSION%%/lib/modules/mcrypt.so
--- pexts-20020121_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list