svn commit: r391366 - in branches/2015Q3/graphics/gscan2pdf: . files

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Jul 5 16:41:38 UTC 2015


Author: danilo
Date: Sun Jul  5 16:41:37 2015
New Revision: 391366
URL: https://svnweb.freebsd.org/changeset/ports/391366

Log:
  MFH: r391341
  
  - Fix a runtime dependency
  - Fix a runtime error due a Linux dependent code snippet
  
  Reported by:	Torfinn Ingolfsen <tingox at gmail.com>
  Tested by:	Torfinn Ingolfsen <tingox at gmail.com>
  Approved by:	ports-secteam (delphij)

Added:
  branches/2015Q3/graphics/gscan2pdf/files/
     - copied from r391341, head/graphics/gscan2pdf/files/
Modified:
  branches/2015Q3/graphics/gscan2pdf/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/graphics/gscan2pdf/Makefile
==============================================================================
--- branches/2015Q3/graphics/gscan2pdf/Makefile	Sun Jul  5 14:11:36 2015	(r391365)
+++ branches/2015Q3/graphics/gscan2pdf/Makefile	Sun Jul  5 16:41:37 2015	(r391366)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gscan2pdf
 PORTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -36,6 +37,7 @@ RUN_DEPENDS:=	p5-Archive-Tar>0:${PORTSDI
 		unpaper:${PORTSDIR}/graphics/unpaper \
 		p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-Gtk2-Ex-PodViewer>0.17:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-PodViewer \
+		p5-Filesys-Df>0.92:${PORTSDIR}/sysutils/p5-Filesys-Df \
 		${BUILD_DEPENDS}
 
 NO_ARCH=	yes
@@ -62,7 +64,5 @@ post-patch:
 	@${REINPLACE_CMD} -e \
 		's|$$sharedir/man|$$prefixdir/man| ; \
 		 s|1p|1|' ${WRKSRC}/Makefile.PL
-	@${REINPLACE_CMD} -e \
-		's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/bin/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list