svn commit: r393434 - in head/graphics/gscan2pdf: . files
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sun Aug 2 17:59:50 UTC 2015
Author: danilo
Date: Sun Aug 2 17:59:47 2015
New Revision: 393434
URL: https://svnweb.freebsd.org/changeset/ports/393434
Log:
- Update to 1.3.3
Deleted:
head/graphics/gscan2pdf/files/
Modified:
head/graphics/gscan2pdf/Makefile
head/graphics/gscan2pdf/distinfo
head/graphics/gscan2pdf/pkg-plist
Modified: head/graphics/gscan2pdf/Makefile
==============================================================================
--- head/graphics/gscan2pdf/Makefile Sun Aug 2 16:39:13 2015 (r393433)
+++ head/graphics/gscan2pdf/Makefile Sun Aug 2 17:59:47 2015 (r393434)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gscan2pdf
-PORTVERSION= 1.3.2
+PORTVERSION= 1.3.3
CATEGORIES= graphics
MASTER_SITES= SF
@@ -37,6 +37,7 @@ RUN_DEPENDS:= p5-Archive-Tar>0:${PORTSDI
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 \
+ p5-Data-UUID>=1.220:${PORTSDIR}/devel/p5-Data-UUID \
${BUILD_DEPENDS}
NO_ARCH= yes
@@ -63,5 +64,7 @@ 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>
Modified: head/graphics/gscan2pdf/distinfo
==============================================================================
--- head/graphics/gscan2pdf/distinfo Sun Aug 2 16:39:13 2015 (r393433)
+++ head/graphics/gscan2pdf/distinfo Sun Aug 2 17:59:47 2015 (r393434)
@@ -1,2 +1,2 @@
-SHA256 (gscan2pdf-1.3.2.tar.xz) = 54ba7717e0c33a7aa266d1dd7e74f8806bee331228f0b1929c3cb08626b84346
-SIZE (gscan2pdf-1.3.2.tar.xz) = 354360
+SHA256 (gscan2pdf-1.3.3.tar.xz) = ca9eee74a5fea619c6ccd3508bb4c6548e2cfa169aa4689ed371d28e37d295f4
+SIZE (gscan2pdf-1.3.3.tar.xz) = 359416
Modified: head/graphics/gscan2pdf/pkg-plist
==============================================================================
--- head/graphics/gscan2pdf/pkg-plist Sun Aug 2 16:39:13 2015 (r393433)
+++ head/graphics/gscan2pdf/pkg-plist Sun Aug 2 17:59:47 2015 (r393434)
@@ -2,6 +2,7 @@ bin/gscan2pdf
bin/scanadf-perl
bin/scanimage-perl
%%SITE_PERL%%/Gscan2pdf/Canvas.pm
+%%SITE_PERL%%/Gscan2pdf/Config.pm
%%SITE_PERL%%/Gscan2pdf/Cuneiform.pm
%%SITE_PERL%%/Gscan2pdf/Dialog.pm
%%SITE_PERL%%/Gscan2pdf/Dialog/Renumber.pm
More information about the svn-ports-head
mailing list