From owner-freebsd-ports Thu Jun 20 4:30:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC58037B400 for ; Thu, 20 Jun 2002 04:30:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KBU7n63669; Thu, 20 Jun 2002 04:30:07 -0700 (PDT) (envelope-from gnats) Date: Thu, 20 Jun 2002 04:30:07 -0700 (PDT) Message-Id: <200206201130.g5KBU7n63669@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39153: Update Port: archivers/fileroller -> 1.0.2 Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39153; it has been noted by GNATS. From: Oliver Braun To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/39153: Update Port: archivers/fileroller -> 1.0.2 Date: Thu, 20 Jun 2002 13:16:11 +0200 add USE_REINPLACE and fix RE. Regards, Olli Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/fileroller/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 30 May 2002 18:03:22 -0000 1.2 +++ Makefile 20 Jun 2002 11:15:12 -0000 @@ -6,7 +6,7 @@ # PORTNAME= fileroller -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,6 +19,7 @@ rar:${PORTSDIR}/archivers/rar \ lzop:${PORTSDIR}/archivers/lzop +USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= yes GNU_CONFIGURE= yes @@ -26,9 +27,9 @@ LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${PERL} -pi -e \ - 's|\$$\(datadir\)/gnome/apps|\$$\(datadir\)/apps|g ; \ - s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' + @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|\$$(datadir)/gnome/apps|\$$(datadir)/apps|g ; \ + s|\$$(datadir)/locale|\$$(prefix)/share/locale|g' post-install: .if !defined(NOPORTDOCS) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/archivers/fileroller/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 18 May 2002 21:52:55 -0000 1.1 +++ distinfo 20 Jun 2002 11:15:12 -0000 @@ -1 +1 @@ -MD5 (file-roller-1.0.1.tar.gz) = 36b9c9258809cdc1b50121e98cbd2187 +MD5 (file-roller-1.0.2.tar.gz) = bf4bf5cbcc89fb34cfe0f6059256ac31 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message