Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2003 19:50:12 +0200 (CEST)
From:      Dominik Brettnacher <domi@saargate.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52677: graphics/xsane update 0.90 -> 0.91
Message-ID:  <200305251750.h4PHoC9A013700@dominik.saargate.de>
Resent-Message-ID: <200305251800.h4PI0LUG079142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52677
>Category:       ports
>Synopsis:       graphics/xsane update 0.90 -> 0.91
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 25 11:00:21 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dominik Brettnacher
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD dominik.saargate.de 4.8-STABLE FreeBSD 4.8-STABLE #20: Thu May 1 21:02:19 CEST 2003 domi@dominik.saargate.de:/usr/src/sys/compile/DOMINIK i386


>Description:
In addition to the update, I also changed the line using perl to use 
REINPLACE_CMD.
>How-To-Repeat:
>Fix:


diff -urN /usr/ports/graphics/xsane/Makefile xsane/Makefile
--- /usr/ports/graphics/xsane/Makefile	Fri Apr 25 09:21:40 2003
+++ xsane/Makefile	Sun May 25 19:45:30 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xsane
-PORTVERSION=	0.90
+PORTVERSION=	0.91
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.xsane.org/download/ \
 		http://gd.tuwien.ac.at/hci/sane/xsane/ \
@@ -24,6 +24,7 @@
 USE_X_PREFIX=	yes
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
+USE_REINPLACE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib -lintl"
 
@@ -45,7 +46,7 @@
 .endif
 
 pre-patch:
-	@find ${WRKSRC} -name 'Makefile.in' | xargs ${PERL} -pi -e \
+	@${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${PERL} -e \
 		's|\$$\(sbindir\)||g'
 
 post-install:
diff -urN /usr/ports/graphics/xsane/distinfo xsane/distinfo
--- /usr/ports/graphics/xsane/distinfo	Sun Feb  2 11:22:24 2003
+++ xsane/distinfo	Sun May 25 19:18:57 2003
@@ -1 +1 @@
-MD5 (xsane-0.90.tar.gz) = ecf7073f673126cecbe999939638d0a2
+MD5 (xsane-0.91.tar.gz) = b212c9aeb0b6c4b0ada625d512337337
>Release-Note:
>Audit-Trail:
>Unformatted:



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