Date: Sun, 10 Jun 2018 20:19:40 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472156 - head/print/gutenprint Message-ID: <201806102019.w5AKJe1F033564@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Sun Jun 10 20:19:39 2018 New Revision: 472156 URL: https://svnweb.freebsd.org/changeset/ports/472156 Log: print/gutenprint: update to 5.2.14 Changelog: https://sourceforge.net/p/gimp-print/mailman/message/36300478/ While here, remove cups-genppd symlink (added in ports r465457) again. The symlink is not being provided by upstream, and it's not expected that users use this tool anyway (most of those who do are following outdated documentation). (Noted by tijl@) Modified: head/print/gutenprint/Makefile head/print/gutenprint/distinfo head/print/gutenprint/pkg-plist Modified: head/print/gutenprint/Makefile ============================================================================== --- head/print/gutenprint/Makefile Sun Jun 10 19:45:57 2018 (r472155) +++ head/print/gutenprint/Makefile Sun Jun 10 20:19:39 2018 (r472156) @@ -3,8 +3,8 @@ # $MCom: ports/print/gutenprint-base/Makefile,v 1.8 2007/03/30 16:45:02 ahze Exp $ PORTNAME= gutenprint -PORTVERSION= 5.2.13 -PORTREVISION?= 2 # also print/gimp-gutenprint +PORTVERSION= 5.2.14 +PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= SF/gimp-print/gutenprint-5.2/${PORTVERSION} @@ -52,9 +52,6 @@ post-install: .if defined(GUT_SLAVE) && ${GUT_SLAVE} == "gimp" @(cd ${WRKSRC}/src/gutenprintui2 && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -.endif -.if !defined(GUT_SLAVE) - @${LN} -s cups-genppd.5.2 ${STAGEDIR}${LOCALBASE}/sbin/cups-genppd .endif .include <bsd.port.mk> Modified: head/print/gutenprint/distinfo ============================================================================== --- head/print/gutenprint/distinfo Sun Jun 10 19:45:57 2018 (r472155) +++ head/print/gutenprint/distinfo Sun Jun 10 20:19:39 2018 (r472156) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500749770 -SHA256 (gutenprint-5.2.13.tar.bz2) = d9a9745d83668096e89e762e380b40629ea2dcb44a1b7027b9068c543cd02742 -SIZE (gutenprint-5.2.13.tar.bz2) = 6995005 +TIMESTAMP = 1527683861 +SHA256 (gutenprint-5.2.14.tar.bz2) = 45bf0766f196a764c113bfad7ab1ea748f1d5ff9ebb0d3a2206705fe52e82389 +SIZE (gutenprint-5.2.14.tar.bz2) = 7173441 Modified: head/print/gutenprint/pkg-plist ============================================================================== --- head/print/gutenprint/pkg-plist Sun Jun 10 19:45:57 2018 (r472155) +++ head/print/gutenprint/pkg-plist Sun Jun 10 20:19:39 2018 (r472156) @@ -36,7 +36,7 @@ lib/gutenprint/5.2/modules/print-ps.so lib/gutenprint/5.2/modules/print-raw.so lib/libgutenprint.so lib/libgutenprint.so.2 -lib/libgutenprint.so.2.6.0 +lib/libgutenprint.so.2.7.0 libdata/pkgconfig/gutenprint.pc libexec/cups/backend/gutenprint52+usb libexec/cups/driver/gutenprint.5.2 @@ -47,7 +47,6 @@ man/man1/escputil.1.gz man/man8/cups-calibrate.8.gz man/man8/cups-genppd.8.gz man/man8/cups-genppdupdate.8.gz -sbin/cups-genppd sbin/cups-genppd.5.2 sbin/cups-genppdupdate share/cups/calibrate.ppm @@ -202,6 +201,8 @@ share/cups/usb/net.sf.gimp-print.usb-quirks %%DATADIR%%/5.2/xml/escp2/model/model_127.xml %%DATADIR%%/5.2/xml/escp2/model/model_128.xml %%DATADIR%%/5.2/xml/escp2/model/model_129.xml +%%DATADIR%%/5.2/xml/escp2/model/model_130.xml +%%DATADIR%%/5.2/xml/escp2/model/model_131.xml %%DATADIR%%/5.2/xml/escp2/model/model_13.xml %%DATADIR%%/5.2/xml/escp2/model/model_14.xml %%DATADIR%%/5.2/xml/escp2/model/model_15.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806102019.w5AKJe1F033564>