diff options
| author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-16 16:47:02 +0800 | 
|---|---|---|
| committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-16 16:47:02 +0800 | 
| commit | c5eb31be7ddddca337f5408995f8842bfbf10d91 (patch) | |
| tree | e86a56600516700a75660ae447ea1f59ab7224c8 | |
| parent | e77236ff7b6c63fd56cdb4627aa1abaf87496a9b (diff) | |
| download | marcuscom-ports-c5eb31be7ddddca337f5408995f8842bfbf10d91.tar.gz marcuscom-ports-c5eb31be7ddddca337f5408995f8842bfbf10d91.tar.zst marcuscom-ports-c5eb31be7ddddca337f5408995f8842bfbf10d91.zip | |
Update gnome-user-share to 3.14.0. Rely on the same version of
apache that mod_dnssd uses (APACHE22+)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19970 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | www/gnome-user-share/Makefile | 7 | ||||
| -rw-r--r-- | www/gnome-user-share/distinfo | 4 | ||||
| -rw-r--r-- | www/gnome-user-share/pkg-plist | 5 | 
3 files changed, 7 insertions, 9 deletions
| diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile index 17730aa03..409223d22 100644 --- a/www/gnome-user-share/Makefile +++ b/www/gnome-user-share/Makefile @@ -3,8 +3,7 @@  #   $MCom$  PORTNAME=	gnome-user-share -PORTVERSION=	3.10.1 -PORTREVISION=	3 +PORTVERSION=	3.14.0  CATEGORIES=	www deskutils gnome  MASTER_SITES=	GNOME  DIST_SUBDIR=	gnome2 @@ -21,7 +20,7 @@ RUN_DEPENDS=	ap*-mod_dnssd>=0:${PORTSDIR}/www/mod_dnssd \  		console-kit-daemon:${PORTSDIR}/sysutils/consolekit  USES=		gettext gmake libtool pkgconfig tar:xz -USE_APACHE=	22 +USE_APACHE=	22+  USE_XORG=	sm  USE_GNOME=	gnomeprefix gtk30 intlhack nautilus3  GNU_CONFIGURE=	yes @@ -29,7 +28,7 @@ INSTALLS_ICONS=	yes  CONFIGURE_ARGS=	--with-modules-path=${LOCALBASE}/${APACHEMODDIR} \  		--disable-bluetooth  CPPFLAGS+=	-I${LOCALBASE}/include -LDFLAGS+=	-L${LOCALBASE}/lib +LIBS+=		-L${LOCALBASE}/lib  INSTALL_TARGET=	install-strip  post-patch: diff --git a/www/gnome-user-share/distinfo b/www/gnome-user-share/distinfo index 8839e9b25..531b0d8ac 100644 --- a/www/gnome-user-share/distinfo +++ b/www/gnome-user-share/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/gnome-user-share-3.10.1.tar.xz) = d76f9537180db1708f164bf7bfd4b37aee4610c46e7c3aa17fd0e56cf8b51458 -SIZE (gnome2/gnome-user-share-3.10.1.tar.xz) = 381772 +SHA256 (gnome2/gnome-user-share-3.14.0.tar.xz) = cd69e7d2a0131a6d542db4365b0f14e88fffb82fd2ce7d1f7d4a5190ee6efdb8 +SIZE (gnome2/gnome-user-share-3.14.0.tar.xz) = 389112 diff --git a/www/gnome-user-share/pkg-plist b/www/gnome-user-share/pkg-plist index 7e41a2b0d..5daf279d3 100644 --- a/www/gnome-user-share/pkg-plist +++ b/www/gnome-user-share/pkg-plist @@ -1,8 +1,8 @@  etc/xdg/autostart/gnome-user-share-obexpush.desktop -etc/xdg/autostart/gnome-user-share-webdav.desktop +libexec/gnome-user-share-webdav  lib/nautilus/extensions-3.0/libnautilus-share-extension.so -libexec/gnome-user-share  share/GConf/gsettings/gnome-user-share.convert +share/applications/gnome-user-share-webdav.desktop  share/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml  share/gnome-user-share/dav_groupfile  share/gnome-user-share/dav_user_2.0.conf @@ -88,4 +88,3 @@ share/locale/vi/LC_MESSAGES/gnome-user-share.mo  share/locale/zh_CN/LC_MESSAGES/gnome-user-share.mo  share/locale/zh_HK/LC_MESSAGES/gnome-user-share.mo  share/locale/zh_TW/LC_MESSAGES/gnome-user-share.mo -@dirrm share/gnome-user-share | 
