View | Details | Raw Unified | Return to bug 60024
Collapse All | Expand All

(-)regexxer/Makefile (-3 / +6 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=		regexxer
8
PORTNAME=		regexxer
9
PORTVERSION=		0.4
9
PORTVERSION=		0.6
10
PORTREVISION=		2
11
CATEGORIES=		devel textproc gnome
10
CATEGORIES=		devel textproc gnome
12
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE} \
11
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE} \
13
			${MASTER_SITE_SOURCEFORGE:S/$/:pcre/} \
12
			${MASTER_SITE_SOURCEFORGE:S/$/:pcre/} \
Lines 20-28 Link Here
20
MAINTAINER=		rui@ruilopes.com
19
MAINTAINER=		rui@ruilopes.com
21
COMMENT=		An interactive tool for performing search and replace operations
20
COMMENT=		An interactive tool for performing search and replace operations
22
21
23
LIB_DEPENDS=		gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2
22
LIB_DEPENDS=		gnomevfsmm-1.3:${PORTSDIR}/devel/gnome-vfsmm
24
23
25
USE_X_PREFIX=		yes
24
USE_X_PREFIX=		yes
25
USE_REINPLACE=		yes
26
GNU_CONFIGURE=		yes
26
GNU_CONFIGURE=		yes
27
USE_GMAKE=		yes
27
USE_GMAKE=		yes
28
USE_GNOME=		gnomehack gnomeprefix gnometarget
28
USE_GNOME=		gnomehack gnomeprefix gnometarget
Lines 31-36 Link Here
31
PCRE_NAME=		pcre
31
PCRE_NAME=		pcre
32
PCRE_VERSION=		4.4
32
PCRE_VERSION=		4.4
33
PCRE_WRKDIR=		${WRKDIR}/${PCRE_NAME}-${PCRE_VERSION}
33
PCRE_WRKDIR=		${WRKDIR}/${PCRE_NAME}-${PCRE_VERSION}
34
35
post-patch:
36
	@${REINPLACE_CMD} -E 's,^(pcre_.+ sed )-n (.*),\1\2,' ${WRKSRC}/configure
34
37
35
pre-configure:
38
pre-configure:
36
	@(cd ${PCRE_WRKDIR} && \
39
	@(cd ${PCRE_WRKDIR} && \
(-)regexxer/distinfo (-1 / +1 lines)
Lines 1-2 Link Here
1
MD5 (regexxer-0.4.tar.gz) = e761fe8dd24eaa9f1d203672a92bbfd5
1
MD5 (regexxer-0.6.tar.gz) = 34ef50fa035669aca8520de3d085071a
2
MD5 (pcre-4.4.tar.gz) = fd0becd667dd85e8dfab6a746ffee550
2
MD5 (pcre-4.4.tar.gz) = fd0becd667dd85e8dfab6a746ffee550

Return to bug 60024