diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 22:11:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 22:11:28 +0000 |
commit | 1ed5193f11a8730f6c5f56cfba768c8400b81dc0 (patch) | |
tree | 24cedd0a6610cb8a9e9a5aae7b4da09919ba4efe | |
parent | Add zisofs-tools, a set of tools for zisofs filesystem, an extension (diff) |
Update to 0.6.
PR: 60024
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=95293
-rw-r--r-- | devel/regexxer/Makefile | 9 | ||||
-rw-r--r-- | devel/regexxer/distinfo | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile index 53a22dd1d8d2..9ebc4c897f1c 100644 --- a/devel/regexxer/Makefile +++ b/devel/regexxer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= regexxer -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.6 CATEGORIES= devel textproc gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_SOURCEFORGE:S/$/:pcre/} \ @@ -20,9 +19,10 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= rui@ruilopes.com COMMENT= An interactive tool for performing search and replace operations -LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 +LIB_DEPENDS= gnomevfsmm-1.3:${PORTSDIR}/devel/gnome-vfsmm USE_X_PREFIX= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnometarget @@ -32,6 +32,9 @@ PCRE_NAME= pcre PCRE_VERSION= 4.4 PCRE_WRKDIR= ${WRKDIR}/${PCRE_NAME}-${PCRE_VERSION} +post-patch: + @${REINPLACE_CMD} -E 's,^(pcre_.+ sed )-n (.*),\1\2,' ${WRKSRC}/configure + pre-configure: @(cd ${PCRE_WRKDIR} && \ $(ECHO_CMD) "Configuring PCRE... " && \ diff --git a/devel/regexxer/distinfo b/devel/regexxer/distinfo index 4c8a6580c040..f15b25e14acb 100644 --- a/devel/regexxer/distinfo +++ b/devel/regexxer/distinfo @@ -1,2 +1,2 @@ -MD5 (regexxer-0.4.tar.gz) = e761fe8dd24eaa9f1d203672a92bbfd5 +MD5 (regexxer-0.6.tar.gz) = 34ef50fa035669aca8520de3d085071a MD5 (pcre-4.4.tar.gz) = fd0becd667dd85e8dfab6a746ffee550 |