svn commit: r402208 - head/print/gutenprint-base
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Nov 22 00:51:15 UTC 2015
Author: amdmi3
Date: Sun Nov 22 00:51:14 2015
New Revision: 402208
URL: https://svnweb.freebsd.org/changeset/ports/402208
Log:
Use ?= for setting PORTREVISION to allow it to be overridden in slave ports, namely gimp-gutenprint
Reported by: mcdouga9 at egr dot msu dot edu
Approved by: portmgr blanket
Modified:
head/print/gutenprint-base/Makefile
Modified: head/print/gutenprint-base/Makefile
==============================================================================
--- head/print/gutenprint-base/Makefile Sun Nov 22 00:39:57 2015 (r402207)
+++ head/print/gutenprint-base/Makefile Sun Nov 22 00:51:14 2015 (r402208)
@@ -4,7 +4,7 @@
PORTNAME?= gutenprint
PORTVERSION= 5.2.10
-PORTREVISION= 1
+PORTREVISION?= 1
CATEGORIES= print
MASTER_SITES= SF/gimp-print/gutenprint-5.2/${PORTVERSION}
PKGNAMESUFFIX?= -base
More information about the svn-ports-head
mailing list