Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 04:30:07 -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:  <200206201130.g5KBU7n63669@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: 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




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