[Midnightbsd-cvs] mports: editors/zile: update to 2.2.61

crash at midnightbsd.org crash at midnightbsd.org
Tue Sep 9 17:00:39 EDT 2008


Log Message:
-----------
update to 2.2.61

Modified Files:
--------------
    mports/editors/zile:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/zile/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L editors/zile/Makefile -L editors/zile/Makefile -u -r1.1 -r1.2
--- editors/zile/Makefile
+++ editors/zile/Makefile
@@ -6,7 +6,7 @@
 # $MidnightBSD$
 
 PORTNAME=	zile
-PORTVERSION=	2.2.59
+PORTVERSION=	2.2.61
 CATEGORIES=	editors
 MASTER_SITES=	GNU
 
@@ -16,7 +16,7 @@
 USE_GNOME=	gnometarget
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-lgnuregex"
-
+CONFIGURE_ARGS= --without-included-regex
 MAN1=		zile.1
 INFO=		zile
 PLIST_FILES=	bin/zile %%DATADIR%%/AUTODOC %%DATADIR%%/FAQ %%DATADIR%%/HELP \
@@ -34,9 +34,10 @@
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|<regex\.h>|<${GNU_REGEX_H}>|g ; \
-		 s|_regex_h|_${GNU_REGEX_H:S/\//_/g:S/./_/g}|g ; \
 		 s|-pedantic||g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e \
-		's|<regex\.h>|<${GNU_REGEX_H}>|g' ${WRKSRC}/src/search.c
-
+	    's|"regex\.h"|<${GNU_REGEX_H}>|g' ${WRKSRC}/src/search.c
+        @${REINPLACE_CMD} -e \
+		's|: install-exec-local|:|g' ${WRKSRC}/lib/Makefile.in
+	
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/editors/zile/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L editors/zile/distinfo -L editors/zile/distinfo -u -r1.1 -r1.2
--- editors/zile/distinfo
+++ editors/zile/distinfo
@@ -1,3 +1,3 @@
-MD5 (zile-2.2.59.tar.gz) = ff7e448e230de8eebb6b0a675b73a0fe
-SHA256 (zile-2.2.59.tar.gz) = 17e8b289781303cb84dad85a78db6f0bd4ec96a83676c1e00148f3618ddb1b66
-SIZE (zile-2.2.59.tar.gz) = 418313
+MD5 (zile-2.2.61.tar.gz) = d7a205b4acc263773b37cb7d5daafd65
+SHA256 (zile-2.2.61.tar.gz) = d91908e8cd4617178cb0aca547a741050c49ed46e5bf0791bc2027ef1578711b
+SIZE (zile-2.2.61.tar.gz) = 659826


More information about the Midnightbsd-cvs mailing list