svn commit: r321089 - head/ports-mgmt/gnome-packagekit
Koop Mast
kwm at FreeBSD.org
Mon Jun 17 08:39:53 UTC 2013
Author: kwm
Date: Mon Jun 17 08:39:52 2013
New Revision: 321089
URL: http://svnweb.freebsd.org/changeset/ports/321089
Log:
Trim header.
Remove shlib versions.
Convert to USES=desktop-file-utils.
Modified:
head/ports-mgmt/gnome-packagekit/Makefile
head/ports-mgmt/gnome-packagekit/pkg-plist (contents, props changed)
Modified: head/ports-mgmt/gnome-packagekit/Makefile
==============================================================================
--- head/ports-mgmt/gnome-packagekit/Makefile Mon Jun 17 08:16:03 2013 (r321088)
+++ head/ports-mgmt/gnome-packagekit/Makefile Mon Jun 17 08:39:52 2013 (r321089)
@@ -1,7 +1,4 @@
-# New ports collection makefile for: gnome-packagekit
-# Date created: 15 Aug 2009
-# Whom: Anders F Bjorklund <afb at users.sourceforge.net>
-#
+# Created by: Anders F Bjorklund <afb at users.sourceforge.net>
# $FreeBSD$
# $MCom: ports/ports-mgmt/gnome-packagekit/Makefile,v 1.25 2011/06/14 20:18:46 mezz Exp $
@@ -16,18 +13,17 @@ COMMENT= PackageKit client programs for
BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils
LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- packagekit-glib2.14:${PORTSDIR}/ports-mgmt/packagekit \
- notify.4:${PORTSDIR}/devel/libnotify \
+ packagekit-glib2:${PORTSDIR}/ports-mgmt/packagekit \
+ notify:${PORTSDIR}/devel/libnotify \
unique-1.0:${PORTSDIR}/x11-toolkits/unique \
- upower-glib.1:${PORTSDIR}/sysutils/upower \
- canberra-gtk.0:${PORTSDIR}/audio/libcanberra
+ upower-glib:${PORTSDIR}/sysutils/upower \
+ canberra-gtk:${PORTSDIR}/audio/libcanberra
USE_GMAKE= yes
USE_BZIP2= yes
-USE_GNOME= gnomeprefix intlhack gconf2 gnomemenus gnomedocutils \
- desktopfileutils
-USES= gettext pathfix iconv
-USE_PYTHON_BUILD=2.5+
+USE_GNOME= gnomeprefix intlhack gconf2 gnomemenus gnomedocutils
+USES= desktop-file-utils gettext iconv pathfix
+USE_PYTHON_BUILD=-2.7
GCONF_SCHEMAS= gnome-packagekit.schemas
INSTALLS_ICONS= yes
INSTALLS_OMF= yes
@@ -44,7 +40,4 @@ pre-configure:
@${REINPLACE_CMD} -E -e 's/.*CPPFLAGS.*-Werror/#$$&/' \
-e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>
Modified: head/ports-mgmt/gnome-packagekit/pkg-plist
==============================================================================
--- head/ports-mgmt/gnome-packagekit/pkg-plist Mon Jun 17 08:16:03 2013 (r321088)
+++ head/ports-mgmt/gnome-packagekit/pkg-plist Mon Jun 17 08:39:52 2013 (r321089)
@@ -502,6 +502,4 @@ share/omf/gnome-packagekit/gnome-package
@dirrm share/gnome-packagekit/icons
@dirrm share/gnome-packagekit
@dirrmtry share/applications
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@dirrmtry %%PYTHON_SITELIBDIR%%/packagekit
More information about the svn-ports-head
mailing list