diff options
author | mezz <mezz@FreeBSD.org> | 2008-02-13 05:41:07 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-02-13 05:41:07 +0800 |
commit | 7f0518d591a36a9464524a5daedea3bc86f84690 (patch) | |
tree | 22e34272d8fbf3033f72e89d6d5b88ac464dee20 /print/libgnomeprint | |
parent | f15ee3783ec1752341067a31485f1df73b43cd22 (diff) | |
download | freebsd-ports-gnome-7f0518d591a36a9464524a5daedea3bc86f84690.tar.gz freebsd-ports-gnome-7f0518d591a36a9464524a5daedea3bc86f84690.tar.zst freebsd-ports-gnome-7f0518d591a36a9464524a5daedea3bc86f84690.zip |
-Update to 2.18.4.
-Respect the WITHOUT_CUPS with auto-check. [1]
PR: ports/120521
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 4 | ||||
-rw-r--r-- | print/libgnomeprint/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index f1033fa88ecc..85fdd7fda6ce 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -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:="" diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo index a091815ae4b5..365587f6a31e 100644 --- a/print/libgnomeprint/distinfo +++ b/print/libgnomeprint/distinfo @@ -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 |