aboutsummaryrefslogtreecommitdiff
path: root/print/cups-filters
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2019-09-25 15:13:26 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2019-09-25 15:13:26 +0000
commita4438a4b63a3ca84e790e0706351e2cd7fafec0f (patch)
tree6f479001d486acd46f4be33cdcfcb84271736d84 /print/cups-filters
parent89f5cf372b2027d437ed274bb9f41aff37168437 (diff)
downloadports-a4438a4b63a3ca84e790e0706351e2cd7fafec0f.tar.gz
ports-a4438a4b63a3ca84e790e0706351e2cd7fafec0f.zip
Update to 1.25.6.
Remove libiconv fix from post-patch. Fixed upstream.
Notes
Notes: svn path=/head/; revision=512789
Diffstat (limited to 'print/cups-filters')
-rw-r--r--print/cups-filters/Makefile4
-rw-r--r--print/cups-filters/distinfo6
-rw-r--r--print/cups-filters/files/patch-Makefile.in12
-rw-r--r--print/cups-filters/pkg-plist1
4 files changed, 11 insertions, 12 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index a0c1b56a717c..d608a02617d3 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cups-filters
-PORTVERSION= 1.25.5
+PORTVERSION= 1.25.6
CATEGORIES= print
MASTER_SITES= https://www.openprinting.org/download/cups-filters/
@@ -134,7 +134,5 @@ post-patch:
${WRKSRC}/utils/cups-browsed.8 \
${WRKSRC}/utils/cups-browsed.conf.5 \
${WRKSRC}/utils/driverless.1
- @${REINPLACE_CMD} '/^texttotext_LDADD =/s/$$/ ${ICONV_LIB}/' \
- ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo
index c427e7d559f0..06cff28c44b8 100644
--- a/print/cups-filters/distinfo
+++ b/print/cups-filters/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568193723
-SHA256 (cups-filters-1.25.5.tar.xz) = b6e80020aef4fd2ad62674cfde1d68ebadd56ca170293fcba023d4628bef3c1f
-SIZE (cups-filters-1.25.5.tar.xz) = 1450264
+TIMESTAMP = 1569422355
+SHA256 (cups-filters-1.25.6.tar.xz) = 92d40b647cbeda683645a1ef98c0f234fdfd3a34a861ebf93da1a22be499f2dd
+SIZE (cups-filters-1.25.6.tar.xz) = 1482160
diff --git a/print/cups-filters/files/patch-Makefile.in b/print/cups-filters/files/patch-Makefile.in
index bf12a47c1777..40ef1d03d1cf 100644
--- a/print/cups-filters/files/patch-Makefile.in
+++ b/print/cups-filters/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2018-10-03 20:13:01 UTC
+--- Makefile.in.orig 2019-09-23 16:11:51 UTC
+++ Makefile.in
-@@ -5770,13 +5770,13 @@ $(cups_notifier_sources): utils/org.cups.cupsd.Notifie
+@@ -5801,13 +5801,13 @@ $(cups_notifier_sources): utils/org.cups.cupsd.Notifie
distclean-local:
rm -rf *.cache *~
@@ -9,16 +9,16 @@
$(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
$(INSTALL) -d -m 755 $(DESTDIR)$(pkgfilterdir)
$(INSTALL) -d -m 755 $(DESTDIR)$(pkgbackenddir)
--@ENABLE_FOOMATIC_TRUE@ $(LN_S) -r -f $(DESTDIR)$(pkgfilterdir)/foomatic-rip $(DESTDIR)$(bindir)
--@ENABLE_DRIVERLESS_TRUE@ $(LN_S) -r -f $(DESTDIR)$(pkgppdgendir)/driverless $(DESTDIR)$(bindir)
--@ENABLE_DRIVERLESS_TRUE@ $(LN_S) -r -f $(DESTDIR)$(pkgppdgendir)/driverless $(DESTDIR)$(pkgbackenddir)
+-@ENABLE_FOOMATIC_TRUE@ $(LN_SRF) $(DESTDIR)$(pkgfilterdir)/foomatic-rip $(DESTDIR)$(bindir)
+-@ENABLE_DRIVERLESS_TRUE@ $(LN_SRF) $(DESTDIR)$(pkgppdgendir)/driverless $(DESTDIR)$(bindir)
+-@ENABLE_DRIVERLESS_TRUE@ $(LN_SRF) $(DESTDIR)$(pkgppdgendir)/driverless $(DESTDIR)$(pkgbackenddir)
+@ENABLE_FOOMATIC_TRUE@ $(INSTALL) -l rs $(DESTDIR)$(pkgfilterdir)/foomatic-rip $(DESTDIR)$(bindir)
+@ENABLE_DRIVERLESS_TRUE@ $(INSTALL) -l rs $(DESTDIR)$(pkgppdgendir)/driverless $(DESTDIR)$(bindir)
+@ENABLE_DRIVERLESS_TRUE@ $(INSTALL) -l rs $(DESTDIR)$(pkgppdgendir)/driverless $(DESTDIR)$(pkgbackenddir)
@ENABLE_BRAILLE_TRUE@ $(LN_S) -f imagetobrf $(DESTDIR)$(pkgfilterdir)/imagetoubrl
@ENABLE_BRAILLE_TRUE@ $(LN_S) -f vectortopdf $(DESTDIR)$(pkgfilterdir)/svgtopdf
@ENABLE_BRAILLE_TRUE@ $(LN_S) -f vectortopdf $(DESTDIR)$(pkgfilterdir)/xfigtopdf
-@@ -5787,7 +5787,6 @@ install-exec-hook:
+@@ -5818,7 +5818,6 @@ install-exec-hook:
@ENABLE_BRAILLE_TRUE@ $(LN_S) -f vectortobrf $(DESTDIR)$(pkgfilterdir)/vectortoubrl
@ENABLE_BRAILLE_TRUE@ $(LN_S) -f textbrftoindexv3 $(DESTDIR)$(pkgfilterdir)/textbrftoindexv4
diff --git a/print/cups-filters/pkg-plist b/print/cups-filters/pkg-plist
index 7f85fc5a363a..0efa3db27014 100644
--- a/print/cups-filters/pkg-plist
+++ b/print/cups-filters/pkg-plist
@@ -129,6 +129,7 @@ share/cups/ppdc/escp.h
%%BRAILLE%%share/cups/ppdc/liblouis4.defs
%%BRAILLE%%share/cups/ppdc/media-braille.defs
share/cups/ppdc/pcl.h
+%%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/INSTALL