1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update to 1.25.7.

This commit is contained in:
Tijl Coosemans 2019-10-08 09:53:47 +00:00
parent 4100242a9e
commit 92551fa926
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514068
3 changed files with 4 additions and 32 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cups-filters
PORTVERSION= 1.25.6
PORTVERSION= 1.25.7
CATEGORIES= print
MASTER_SITES= https://www.openprinting.org/download/cups-filters/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1569422355
SHA256 (cups-filters-1.25.6.tar.xz) = 92d40b647cbeda683645a1ef98c0f234fdfd3a34a861ebf93da1a22be499f2dd
SIZE (cups-filters-1.25.6.tar.xz) = 1482160
TIMESTAMP = 1570525169
SHA256 (cups-filters-1.25.7.tar.xz) = 6992f8857b282a17eaf622f04ce41ed62cef5fa84113c4e1b09113728059b404
SIZE (cups-filters-1.25.7.tar.xz) = 1483040

View File

@ -1,28 +0,0 @@
--- Makefile.in.orig 2019-09-23 16:11:51 UTC
+++ Makefile.in
@@ -5801,13 +5801,13 @@ $(cups_notifier_sources): utils/org.cups.cupsd.Notifie
distclean-local:
rm -rf *.cache *~
-install-exec-hook:
+install-data-hook:
$(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
$(INSTALL) -d -m 755 $(DESTDIR)$(pkgfilterdir)
$(INSTALL) -d -m 755 $(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
@@ -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
-install-data-hook:
@RCLINKS_TRUE@ for level in $(RCLEVELS); do \
@RCLINKS_TRUE@ $(INSTALL) -d -m 755 $(DESTDIR)$(INITDIR)/rc$${level}.d; \
@RCLINKS_TRUE@ $(LN_S) -f ../init.d/cups-browsed $(DESTDIR)$(INITDIR)/rc$${level}.d/S$(RCSTART)cups-browsed; \