Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 02:40:05 -0700 (PDT)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/39153: Update Port: archivers/fileroller -> 1.0.2
Message-ID:  <200206140940.g5E9e5E24401@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/39153; it has been noted by GNATS.

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/39153: Update Port: archivers/fileroller -> 1.0.2
Date: Fri, 14 Jun 2002 11:37:53 +0200

 New patch:
 
 > Update archivers/fileroller from 1.0.1 to 1.0.2.
 and replace ${PERL} with ${REINPLACE_CMD}.
 
 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	14 Jun 2002 09:37:27 -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}
 @@ -26,7 +26,7 @@
  		LDFLAGS="-L${LOCALBASE}/lib"
  
  post-patch:
 -	@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${PERL} -pi -e \
 +	@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
  		's|\$$\(datadir\)/gnome/apps|\$$\(datadir\)/apps|g ; \
  		 s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
  
 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	14 Jun 2002 09:37:27 -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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206140940.g5E9e5E24401>