svn commit: r352197 - head/www/gnome-user-share
Baptiste Daroussin
bapt at FreeBSD.org
Sat Apr 26 00:28:40 UTC 2014
Author: bapt
Date: Sat Apr 26 00:28:39 2014
New Revision: 352197
URL: http://svnweb.freebsd.org/changeset/ports/352197
QAT: https://qat.redports.org/buildarchive/r352197/
Log:
Support stage
Use USES=libtool
Strip binaries
Modified:
head/www/gnome-user-share/Makefile
head/www/gnome-user-share/pkg-plist
Modified: head/www/gnome-user-share/Makefile
==============================================================================
--- head/www/gnome-user-share/Makefile Sat Apr 26 00:26:58 2014 (r352196)
+++ head/www/gnome-user-share/Makefile Sat Apr 26 00:28:39 2014 (r352197)
@@ -3,7 +3,7 @@
PORTNAME= gnome-user-share
PORTVERSION= 2.30.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -11,27 +11,26 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome at FreeBSD.org
COMMENT= Personal file-sharing service for the GNOME Desktop
-LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app \
- canberra.0:${PORTSDIR}/audio/libcanberra \
- notify.4:${PORTSDIR}/devel/libnotify \
- unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
+LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app \
+ libcanberra.so:${PORTSDIR}/audio/libcanberra \
+ libnotify.so:${PORTSDIR}/devel/libnotify \
+ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd \
console-kit-daemon:${PORTSDIR}/sysutils/consolekit
-USE_BZIP2= yes
-USES= gettext gmake pkgconfig
+USES= gettext gmake libtool pkgconfig tar:bzip2
USE_APACHE= 22
USE_XORG= sm
-USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomedocutils nautilus2
+USE_GNOME= gnomeprefix intlhack gtk20 gconf2 gnomedocutils nautilus2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \
${WRKSRC}/data/dav_user_*.conf
Modified: head/www/gnome-user-share/pkg-plist
==============================================================================
--- head/www/gnome-user-share/pkg-plist Sat Apr 26 00:26:58 2014 (r352196)
+++ head/www/gnome-user-share/pkg-plist Sat Apr 26 00:28:39 2014 (r352197)
@@ -1,6 +1,5 @@
bin/gnome-file-share-properties
etc/xdg/autostart/gnome-user-share.desktop
-lib/nautilus/extensions-2.0/libnautilus-share-extension.la
lib/nautilus/extensions-2.0/libnautilus-share-extension.so
libexec/gnome-user-share
share/applications/gnome-user-share-properties.desktop
More information about the svn-ports-all
mailing list