Date: Mon, 22 Dec 2014 23:22:17 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375292 - in head: ports-mgmt/packagekit sysutils/gnome-pkgview sysutils/polkit Message-ID: <201412222322.sBMNMH5r030545@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Dec 22 23:22:16 2014 New Revision: 375292 URL: https://svnweb.freebsd.org/changeset/ports/375292 QAT: https://qat.redports.org/buildarchive/r375292/ Log: Get rid of gnomehier Modified: head/ports-mgmt/packagekit/Makefile head/sysutils/gnome-pkgview/Makefile head/sysutils/polkit/Makefile Modified: head/ports-mgmt/packagekit/Makefile ============================================================================== --- head/ports-mgmt/packagekit/Makefile Mon Dec 22 23:19:20 2014 (r375291) +++ head/ports-mgmt/packagekit/Makefile Mon Dec 22 23:22:16 2014 (r375292) @@ -4,7 +4,7 @@ PORTNAME= PackageKit PORTVERSION= 0.6.11 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= ports-mgmt sysutils MASTER_SITES= http://www.packagekit.org/releases/ @@ -19,7 +19,7 @@ RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/l USES= execinfo gettext gmake iconv libtool pathfix pkgconfig \ python:build shared-mime-info -USE_GNOME= glib20 intltool gnomehier introspection +USE_GNOME= glib20 intltool introspection USE_SQLITE= 3 USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/sysutils/gnome-pkgview/Makefile ============================================================================== --- head/sysutils/gnome-pkgview/Makefile Mon Dec 22 23:19:20 2014 (r375291) +++ head/sysutils/gnome-pkgview/Makefile Mon Dec 22 23:22:16 2014 (r375292) @@ -4,14 +4,14 @@ PORTNAME= gnome-pkgview PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils gnome MASTER_SITES= http://www.mikegtn.net/packages/gnome-pkgview/ MAINTAINER= gnome@FreeBSD.org COMMENT= Displays the version of GNOME components installed -USE_GNOME= gnomeprefix gnomehier libgnomeui intlhack +USE_GNOME= gnomeprefix libgnomeui intlhack USES= gettext gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/sysutils/polkit/Makefile ============================================================================== --- head/sysutils/polkit/Makefile Mon Dec 22 23:19:20 2014 (r375291) +++ head/sysutils/polkit/Makefile Mon Dec 22 23:22:16 2014 (r375292) @@ -4,7 +4,7 @@ PORTNAME= polkit PORTVERSION= 0.105 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ @@ -14,7 +14,7 @@ COMMENT= Framework for controlling acces LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= dbus-launch:${PORTSDIR}/devel/dbus -USE_GNOME= glib20 intlhack gnomehier introspection +USE_GNOME= glib20 intlhack introspection USES= gettext gmake libtool:keepla pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412222322.sBMNMH5r030545>