svn commit: r428630 - in head/print/foo2zjs: . files

Boris Samorodov bsam at FreeBSD.org
Thu Dec 15 19:51:25 UTC 2016


Author: bsam
Date: Thu Dec 15 19:51:24 2016
New Revision: 428630
URL: https://svnweb.freebsd.org/changeset/ports/428630

Log:
  print/foo2zjs: update to 20161203 (unbreak) and remove GOOGLE_CODE
  from MASTER_SITES (has gone).

Modified:
  head/print/foo2zjs/Makefile
  head/print/foo2zjs/distinfo
  head/print/foo2zjs/files/patch-Makefile
  head/print/foo2zjs/files/patch-foo2hiperc-wrapper.in
  head/print/foo2zjs/pkg-plist

Modified: head/print/foo2zjs/Makefile
==============================================================================
--- head/print/foo2zjs/Makefile	Thu Dec 15 19:07:29 2016	(r428629)
+++ head/print/foo2zjs/Makefile	Thu Dec 15 19:51:24 2016	(r428630)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	foo2zjs
-PORTVERSION=	20150511
-PORTREVISION=	4
+PORTVERSION=	20161203
 CATEGORIES=	print
-MASTER_SITES=	GOOGLE_CODE \
-		LOCAL/bsam/${PORTNAME}  \
+MASTER_SITES=	LOCAL/bsam/${PORTNAME} \
 		ftp://ftp.wart.ru/pub/FreeBSD/ports/distfiles/
 
 MAINTAINER=	ports at FreeBSD.org
@@ -15,8 +13,6 @@ COMMENT=	Driver for printers that use th
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		Unfetchable (google code has gone away)
-
 LIB_DEPENDS=	libcups.so:print/cups
 RUN_DEPENDS=	${LOCALBASE}/share/foomatic/db/oldprinterids:print/foomatic-db \
 		foomatic-rip:print/cups-filters \

Modified: head/print/foo2zjs/distinfo
==============================================================================
--- head/print/foo2zjs/distinfo	Thu Dec 15 19:07:29 2016	(r428629)
+++ head/print/foo2zjs/distinfo	Thu Dec 15 19:51:24 2016	(r428630)
@@ -1,2 +1,3 @@
-SHA256 (foo2zjs-20150511.tar.gz) = 2fe042afc281d5433d9a6cc6c456c74a635fc701485d1947c729f10ee4537add
-SIZE (foo2zjs-20150511.tar.gz) = 1804945
+TIMESTAMP = 1481811015
+SHA256 (foo2zjs-20161203.tar.gz) = 8608c9adfc86dc4ea721f234b0f3fcbe8d0393aea953d69e7f706a3dec3c9514
+SIZE (foo2zjs-20161203.tar.gz) = 1791101

Modified: head/print/foo2zjs/files/patch-Makefile
==============================================================================
--- head/print/foo2zjs/files/patch-Makefile	Thu Dec 15 19:07:29 2016	(r428629)
+++ head/print/foo2zjs/files/patch-Makefile	Thu Dec 15 19:51:24 2016	(r428630)
@@ -1,5 +1,5 @@
---- Makefile.orig	2014-03-24 16:30:37.000000000 +0400
-+++ Makefile	2014-03-31 13:19:31.290736089 +0400
+--- Makefile.orig	2016-12-03 21:16:15 UTC
++++ Makefile
 @@ -17,28 +17,26 @@ SYSNAME := $(shell uname -n)
  VERSION=0.0
  
@@ -161,21 +161,21 @@
  endif
  
  install-crd:
-@@ -847,10 +832,10 @@ install-extra:
+@@ -840,10 +825,10 @@ install-extra:
  	    fi; \
  	done
  
--MODEL=$(DESTDIR)/usr/share/cups/model
+-MODEL=$(PREFIX)/share/cups/model
 -LOCALMODEL=$(DESTDIR)/usr/local/share/cups/model
 +MODEL=$(DESTDIR)$(PREFIX)/share/cups/model
 +LOCALMODEL=$(DESTDIR)$(PREFIX)/share/cups/model
  MACMODEL=/Library/Printers/PPDs/Contents/Resources
--PPD=$(DESTDIR)/usr/share/ppd
+-PPD=$(PREFIX)/share/ppd
 +PPD=$(DESTDIR)$(PREFIX)/ppd
  VARPPD=/var/lp/ppd
  install-ppd:
  	#
-@@ -885,6 +870,7 @@ install-ppd:
+@@ -878,6 +863,7 @@ install-ppd:
  	fi
  	#
  	export PATH=$$PATH:`pwd`:; \

Modified: head/print/foo2zjs/files/patch-foo2hiperc-wrapper.in
==============================================================================
--- head/print/foo2zjs/files/patch-foo2hiperc-wrapper.in	Thu Dec 15 19:07:29 2016	(r428629)
+++ head/print/foo2zjs/files/patch-foo2hiperc-wrapper.in	Thu Dec 15 19:51:24 2016	(r428630)
@@ -1,5 +1,5 @@
---- foo2hiperc-wrapper.in.orig	2013-12-02 00:25:17.000000000 +0400
-+++ foo2hiperc-wrapper.in	2014-03-31 13:01:56.653808270 +0400
+--- foo2hiperc-wrapper.in.orig	2013-12-01 20:25:17 UTC
++++ foo2hiperc-wrapper.in
 @@ -48,10 +48,6 @@ PATH=$PATH:.
  #
  #	Log the command line, for debugging and problem reports
@@ -22,7 +22,18 @@
  else
          GSBIN=${GSBIN:-gs}
  fi
-@@ -723,18 +719,6 @@ $PREFILTER \
+@@ -539,10 +535,6 @@ create_crd() {
+ 	none | none.icm | */none.icm)
+ 	    ;;
+ 	*)
+-	    if [ -x /usr/bin/logger ]; then
+-		logger -t "$BASENAME" -p lpr.info -- \
+-		"`basename $ICC2PS` -o $GAMMAFILE -t$INTENT > $ICCTMP.crd.ps"
+-	    fi
+ 	    $ICC2PS -o $GAMMAFILE -t$INTENT > $ICCTMP.crd.ps 2>$ICCTMP.log \
+ 		|| error "Problem converting .ICM file to Postscript"
+ 	    ;;
+@@ -723,18 +715,6 @@ $PREFILTER \
  	    $BC $AIB $COLOR2MONO $NOPLANES $EXTRAPAD $COMPRESSED -D$DEBUG
  
  #

Modified: head/print/foo2zjs/pkg-plist
==============================================================================
--- head/print/foo2zjs/pkg-plist	Thu Dec 15 19:07:29 2016	(r428629)
+++ head/print/foo2zjs/pkg-plist	Thu Dec 15 19:51:24 2016	(r428630)
@@ -121,6 +121,7 @@ foomatic/db/source/opt/foo2zjs-z3-MediaT
 foomatic/db/source/opt/foo2zjs-z3-PageSize.xml
 foomatic/db/source/printer/Dell-1355.xml
 foomatic/db/source/printer/Dell-C1765.xml
+foomatic/db/source/printer/Epson-AcuLaser_CX17NF.xml
 foomatic/db/source/printer/Epson-AcuLaser_M1400.xml
 foomatic/db/source/printer/Fuji_Xerox-DocuPrint_CM205.xml
 foomatic/db/source/printer/Fuji_Xerox-DocuPrint_CM215.xml
@@ -202,6 +203,8 @@ foomatic/db/source/printer/Samsung-CLX-2
 foomatic/db/source/printer/Samsung-CLX-3160.xml
 foomatic/db/source/printer/Samsung-CLX-3175.xml
 foomatic/db/source/printer/Samsung-CLX-3185.xml
+foomatic/db/source/printer/Xerox-Phaser_3010.xml
+foomatic/db/source/printer/Xerox-Phaser_3040.xml
 foomatic/db/source/printer/Xerox-Phaser_6110.xml
 foomatic/db/source/printer/Xerox-Phaser_6115MFP.xml
 foomatic/db/source/printer/Xerox-Phaser_6121MFP.xml
@@ -209,6 +212,7 @@ foomatic/db/source/printer/Xerox-WorkCen
 foomatic/db/source/printer/Xerox-WorkCentre_6015.xml
 share/cups/model/Dell-1355.ppd.gz
 share/cups/model/Dell-C1765.ppd.gz
+share/cups/model/Epson-AcuLaser_CX17NF.ppd.gz
 share/cups/model/Epson-AcuLaser_M1400.ppd.gz
 share/cups/model/Fuji_Xerox-DocuPrint_CM205.ppd.gz
 share/cups/model/Fuji_Xerox-DocuPrint_CM215.ppd.gz
@@ -290,6 +294,8 @@ share/cups/model/Samsung-CLX-2160.ppd.gz
 share/cups/model/Samsung-CLX-3160.ppd.gz
 share/cups/model/Samsung-CLX-3175.ppd.gz
 share/cups/model/Samsung-CLX-3185.ppd.gz
+share/cups/model/Xerox-Phaser_3010.ppd.gz
+share/cups/model/Xerox-Phaser_3040.ppd.gz
 share/cups/model/Xerox-Phaser_6110.ppd.gz
 share/cups/model/Xerox-Phaser_6115MFP.ppd.gz
 share/cups/model/Xerox-Phaser_6121MFP.ppd.gz


More information about the svn-ports-all mailing list