Date: Tue, 29 Aug 2017 11:26:41 +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: r448906 - head/graphics/gdk-pixbuf Message-ID: <201708291126.v7TBQfwI094673@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Aug 29 11:26:40 2017 New Revision: 448906 URL: https://svnweb.freebsd.org/changeset/ports/448906 Log: - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/graphics/gdk-pixbuf/Makefile head/graphics/gdk-pixbuf/pkg-descr Modified: head/graphics/gdk-pixbuf/Makefile ============================================================================== --- head/graphics/gdk-pixbuf/Makefile Tue Aug 29 11:16:57 2017 (r448905) +++ head/graphics/gdk-pixbuf/Makefile Tue Aug 29 11:26:40 2017 (r448906) @@ -21,7 +21,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ PORTSCOUT= ignore:1 -USES= cpe gmake jpeg libtool pathfix tar:bzip2 +USES= cpe gmake jpeg libtool localbase pathfix tar:bzip2 CPE_VENDOR= gnome USE_XORG= xt xi x11 USE_GNOME= gtk12 @@ -29,8 +29,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${STAGEDIR}${PREFIX}/lib -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} '/confexecdir =/s/=.*/= $$(sysconfdir)/' \ Modified: head/graphics/gdk-pixbuf/pkg-descr ============================================================================== --- head/graphics/gdk-pixbuf/pkg-descr Tue Aug 29 11:16:57 2017 (r448905) +++ head/graphics/gdk-pixbuf/pkg-descr Tue Aug 29 11:26:40 2017 (r448906) @@ -5,4 +5,4 @@ The GdkPixBuf library provides a number of features: drawables (windows, pixmaps), GdkRGB buffers. - A cache interface -WWW: http://developer.gnome.org/arch/imaging/gdkpixbuf.html +WWW: https://developer.gnome.org/gdk-pixbuf/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708291126.v7TBQfwI094673>