-Update to 2.18.4.
-Respect the WITHOUT_CUPS with auto-check. [1] PR: ports/120521 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
This commit is contained in:
parent
f52b562065
commit
69a554bac2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207074
@ -8,7 +8,7 @@
|
||||
# NOTE: Remind to update comms/gfax plist when PORTVERSION change.
|
||||
|
||||
PORTNAME= libgnomeprint
|
||||
PORTVERSION= 2.18.3
|
||||
PORTVERSION= 2.18.4
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= print gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
@ -41,7 +41,7 @@ PLIST_SUB= VERSION=${PORTVERSION} \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)
|
||||
.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && !defined(WITHOUT_CUPS)
|
||||
CONFIGURE_ARGS+= --with-cups
|
||||
LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups
|
||||
PLIST_SUB+= CUPS:=""
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome2/libgnomeprint-2.18.3.tar.bz2) = cfa7dc988ba5f7f360b68edd33685a27
|
||||
SHA256 (gnome2/libgnomeprint-2.18.3.tar.bz2) = 3022383d41270795ff709d3232ac528813fdb8173f9488e04193f0311e816911
|
||||
SIZE (gnome2/libgnomeprint-2.18.3.tar.bz2) = 880852
|
||||
MD5 (gnome2/libgnomeprint-2.18.4.tar.bz2) = bc460f875425a956176f07440b3fa46e
|
||||
SHA256 (gnome2/libgnomeprint-2.18.4.tar.bz2) = 1de453bf0bdfef88e591dcf8f0bf06242b419847c8ebcd2ff8dc420a9284bd3b
|
||||
SIZE (gnome2/libgnomeprint-2.18.4.tar.bz2) = 884718
|
||||
|
Loading…
Reference in New Issue
Block a user