Date: Wed, 1 Nov 2017 09:04:36 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453271 - head/print/gnome-cups-manager Message-ID: <201711010904.vA194asP013946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Nov 1 09:04:36 2017 New Revision: 453271 URL: https://svnweb.freebsd.org/changeset/ports/453271 Log: - Add LICENSE - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/print/gnome-cups-manager/Makefile head/print/gnome-cups-manager/pkg-descr Modified: head/print/gnome-cups-manager/Makefile ============================================================================== --- head/print/gnome-cups-manager/Makefile Wed Nov 1 09:04:30 2017 (r453270) +++ head/print/gnome-cups-manager/Makefile Wed Nov 1 09:04:36 2017 (r453271) @@ -13,18 +13,21 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Administration tool for cups +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgnomecups-1.0.so:print/libgnomecups RUN_DEPENDS= gnomesu:security/libgnomesu -USES= gettext gmake libtool pathfix pkgconfig samba:lib tar:bzip2 +USES= gettext gmake libtool localbase pathfix pkgconfig samba:lib tar:bzip2 USE_GNOME= gnomeprefix intlhack libgnomeprintui libgnomeui USE_LDCONFIG= yes USE_XORG= x11 INSTALLS_ICONS= yes INSTALL_TARGET= install-strip GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -I${SAMBAINCLUDES} -D_IPP_PRIVATE_STRUCTURES -LIBS+= -L${LOCALBASE}/lib -L${SAMBALIBS} +CPPFLAGS+= -I${SAMBAINCLUDES} -D_IPP_PRIVATE_STRUCTURES +LIBS+= -L${SAMBALIBS} post-patch: @${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ Modified: head/print/gnome-cups-manager/pkg-descr ============================================================================== --- head/print/gnome-cups-manager/pkg-descr Wed Nov 1 09:04:30 2017 (r453270) +++ head/print/gnome-cups-manager/pkg-descr Wed Nov 1 09:04:36 2017 (r453271) @@ -1,4 +1,4 @@ The GNOME CUPS Manager is a tool for adding new CUPS printers and for managing existing CUPS printers and queues. -WWW: http://www.gnome.org/ +WWW: https://www.gnome.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711010904.vA194asP013946>