diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-25 18:54:57 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-25 18:54:57 +0800 |
commit | bd13e46a7e64bc7bf1c3c7a625e6279c715f1e40 (patch) | |
tree | b8a2b84a59f6f5946aa34f21c71ce27b605ec72c | |
parent | 0d87edbbe2f8a9b64d57f9d849c65c4e0a99224a (diff) | |
download | marcuscom-ports-bd13e46a7e64bc7bf1c3c7a625e6279c715f1e40.tar marcuscom-ports-bd13e46a7e64bc7bf1c3c7a625e6279c715f1e40.tar.gz marcuscom-ports-bd13e46a7e64bc7bf1c3c7a625e6279c715f1e40.tar.bz2 marcuscom-ports-bd13e46a7e64bc7bf1c3c7a625e6279c715f1e40.tar.lz marcuscom-ports-bd13e46a7e64bc7bf1c3c7a625e6279c715f1e40.tar.xz marcuscom-ports-bd13e46a7e64bc7bf1c3c7a625e6279c715f1e40.tar.zst marcuscom-ports-bd13e46a7e64bc7bf1c3c7a625e6279c715f1e40.zip |
Update to 3.4.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16788 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-screensaver3/Makefile | 13 | ||||
-rw-r--r-- | x11/gnome-screensaver3/distinfo | 4 | ||||
-rw-r--r-- | x11/gnome-screensaver3/pkg-plist | 1 |
3 files changed, 8 insertions, 10 deletions
diff --git a/x11/gnome-screensaver3/Makefile b/x11/gnome-screensaver3/Makefile index 7571df7ef..1cf2fc654 100644 --- a/x11/gnome-screensaver3/Makefile +++ b/x11/gnome-screensaver3/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-screensaver3/Makefile,v 1.22 2012/03/31 04:38:47 mezz Exp $ +# $MCom: ports/x11/gnome-screensaver3/Makefile,v 1.23 2012/05/02 07:19:30 kwm Exp $ # PORTNAME= gnome-screensaver -PORTVERSION= 3.2.2 -PORTREVISION= 0 +PORTVERSION= 3.4.1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -17,8 +16,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME screen saver and locker BUILD_DEPENDS= gsettings-desktop-schemas>=3.1.90:${PORTSDIR}/devel/gsettings-desktop-schemas -LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= pam_helper:${PORTSDIR}/security/pam_helper \ gsettings-desktop-schemas>=3.1.90:${PORTSDIR}/devel/gsettings-desktop-schemas \ ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring3 @@ -32,8 +31,8 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes USE_XORG= x11 xext xxf86vm xxf86misc xscrnsaver USE_GNOME= gnomeprefix gnomehack intlhack libgnomekbd3 gnomedesktop3 -CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-pam-prefix=${PREFIX}/etc/pam.d \ --without-systemd diff --git a/x11/gnome-screensaver3/distinfo b/x11/gnome-screensaver3/distinfo index aa249166f..dd77f23b3 100644 --- a/x11/gnome-screensaver3/distinfo +++ b/x11/gnome-screensaver3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-screensaver-3.2.2.tar.xz) = 7839ca0e034c4ecf40c8abe64296c4b0c95f3e04f28e3034fca861ebfe3d06b2 -SIZE (gnome3/gnome-screensaver-3.2.2.tar.xz) = 564728 +SHA256 (gnome3/gnome-screensaver-3.4.1.tar.xz) = d54a253f826ff6cd48eba53724339896a6dea39029848b6a8d5972c8e162069b +SIZE (gnome3/gnome-screensaver-3.4.1.tar.xz) = 565540 diff --git a/x11/gnome-screensaver3/pkg-plist b/x11/gnome-screensaver3/pkg-plist index b8c2060fb..ceb656819 100644 --- a/x11/gnome-screensaver3/pkg-plist +++ b/x11/gnome-screensaver3/pkg-plist @@ -89,7 +89,6 @@ share/locale/xh/LC_MESSAGES/gnome-screensaver.mo share/locale/zh_CN/LC_MESSAGES/gnome-screensaver.mo share/locale/zh_HK/LC_MESSAGES/gnome-screensaver.mo share/locale/zh_TW/LC_MESSAGES/gnome-screensaver.mo -@dirrmtry share/applications @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES |