diff options
author | oliver <oliver@FreeBSD.org> | 2004-04-19 01:29:54 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-04-19 01:29:54 +0800 |
commit | 3d1075594f3102655b6a022513fa902f37868dc7 (patch) | |
tree | 5fd8f18f3df4327eef4f9f3f84df3f55f8a4eb85 /sysutils | |
parent | 1deb6cd75f9988be8c09f311382b6417ca00e9b6 (diff) | |
download | freebsd-ports-gnome-3d1075594f3102655b6a022513fa902f37868dc7.tar.gz freebsd-ports-gnome-3d1075594f3102655b6a022513fa902f37868dc7.tar.zst freebsd-ports-gnome-3d1075594f3102655b6a022513fa902f37868dc7.zip |
update to 4.0.5
use libtool version 15 instead of 13
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-mcs-manager/Makefile | 7 | ||||
-rw-r--r-- | sysutils/xfce4-mcs-manager/distinfo | 4 | ||||
-rw-r--r-- | sysutils/xfce4-mcs-manager/pkg-plist | 1 | ||||
-rw-r--r-- | sysutils/xfce4-mcs-plugins/Makefile | 9 | ||||
-rw-r--r-- | sysutils/xfce4-mcs-plugins/distinfo | 4 | ||||
-rw-r--r-- | sysutils/xfce4-mcs-plugins/pkg-plist | 1 | ||||
-rw-r--r-- | sysutils/xfce4-utils/Makefile | 9 | ||||
-rw-r--r-- | sysutils/xfce4-utils/distinfo | 4 | ||||
-rw-r--r-- | sysutils/xfce4-utils/pkg-plist | 6 |
9 files changed, 25 insertions, 20 deletions
diff --git a/sysutils/xfce4-mcs-manager/Makefile b/sysutils/xfce4-mcs-manager/Makefile index d3789e10d40d..e08f3adffc78 100644 --- a/sysutils/xfce4-mcs-manager/Makefile +++ b/sysutils/xfce4-mcs-manager/Makefile @@ -6,11 +6,10 @@ # PORTNAME= xfce4-mcs-manager -PORTVERSION= 4.0.4 -PORTREVISION= 1 +PORTVERSION= 4.0.5 +PORTREVISION= 0 CATEGORIES= sysutils xfce -MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/ \ +MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/ \ http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ DISTNAME= xfce-mcs-manager-${PORTVERSION} DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-mcs-manager/distinfo b/sysutils/xfce4-mcs-manager/distinfo index df1abc8761dc..b2c52fda8183 100644 --- a/sysutils/xfce4-mcs-manager/distinfo +++ b/sysutils/xfce4-mcs-manager/distinfo @@ -1,2 +1,2 @@ -MD5 (xfce4/xfce-mcs-manager-4.0.4.tar.gz) = 3ff3f574956f70a49b757452c65328b2 -SIZE(xfce4/xfce-mcs-manager-4.0.4.tar.gz) = 533531 +MD5 (xfce4/xfce-mcs-manager-4.0.5.tar.gz) = 7b56465800c3c5665caf5c48f21f5087 +SIZE(xfce4/xfce-mcs-manager-4.0.5.tar.gz) = 534416 diff --git a/sysutils/xfce4-mcs-manager/pkg-plist b/sysutils/xfce4-mcs-manager/pkg-plist index 2c0368ce36bc..8b0691377d4b 100644 --- a/sysutils/xfce4-mcs-manager/pkg-plist +++ b/sysutils/xfce4-mcs-manager/pkg-plist @@ -4,6 +4,7 @@ include/xfce4/xfce-mcs-manager/manager-plugin.h libdata/pkgconfig/xfce-mcs-manager.pc share/locale/ar/LC_MESSAGES/xfce-mcs-manager.mo share/locale/az/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/bg/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ca/LC_MESSAGES/xfce-mcs-manager.mo share/locale/cs/LC_MESSAGES/xfce-mcs-manager.mo share/locale/de/LC_MESSAGES/xfce-mcs-manager.mo diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile index c889ab8b2fa8..8d2be0502226 100644 --- a/sysutils/xfce4-mcs-plugins/Makefile +++ b/sysutils/xfce4-mcs-plugins/Makefile @@ -6,11 +6,10 @@ # PORTNAME= xfce4-mcs-plugins -PORTVERSION= 4.0.4 -PORTREVISION= 1 +PORTVERSION= 4.0.5 +PORTREVISION= 0 CATEGORIES= sysutils xfce -MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/ \ +MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/ \ http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ DISTNAME= xfce-mcs-plugins-${PORTVERSION} DIST_SUBDIR= xfce4 @@ -25,7 +24,7 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/sysutils/xfce4-mcs-plugins/distinfo b/sysutils/xfce4-mcs-plugins/distinfo index 6858047b7ead..6d99c3d9b0d1 100644 --- a/sysutils/xfce4-mcs-plugins/distinfo +++ b/sysutils/xfce4-mcs-plugins/distinfo @@ -1,2 +1,2 @@ -MD5 (xfce4/xfce-mcs-plugins-4.0.4.tar.gz) = bc03feaba6198a39e2e03c19da47adf1 -SIZE(xfce4/xfce-mcs-plugins-4.0.4.tar.gz) = 608448 +MD5 (xfce4/xfce-mcs-plugins-4.0.5.tar.gz) = a57755ea2a02fd18eb1560b6347ade89 +SIZE(xfce4/xfce-mcs-plugins-4.0.5.tar.gz) = 610385 diff --git a/sysutils/xfce4-mcs-plugins/pkg-plist b/sysutils/xfce4-mcs-plugins/pkg-plist index cc99933e2dfb..b5aba9c3127a 100644 --- a/sysutils/xfce4-mcs-plugins/pkg-plist +++ b/sysutils/xfce4-mcs-plugins/pkg-plist @@ -9,6 +9,7 @@ lib/xfce4/mcs-plugins/ui_plugin.la lib/xfce4/mcs-plugins/ui_plugin.so share/locale/ar/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/az/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/bg/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ca/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/cs/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/de/LC_MESSAGES/xfce-mcs-plugins.mo diff --git a/sysutils/xfce4-utils/Makefile b/sysutils/xfce4-utils/Makefile index 1def9d095113..45dedf01cc5a 100644 --- a/sysutils/xfce4-utils/Makefile +++ b/sysutils/xfce4-utils/Makefile @@ -6,11 +6,10 @@ # PORTNAME= xfce4-utils -PORTVERSION= 4.0.4 -PORTREVISION= 1 +PORTVERSION= 4.0.5 +PORTREVISION= 0 CATEGORIES= sysutils xfce -MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/ \ +MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/ \ http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ DISTNAME= xfce-utils-${PORTVERSION} DIST_SUBDIR= xfce4 @@ -25,7 +24,7 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/sysutils/xfce4-utils/distinfo b/sysutils/xfce4-utils/distinfo index dc3b73cea635..319b03fae0db 100644 --- a/sysutils/xfce4-utils/distinfo +++ b/sysutils/xfce4-utils/distinfo @@ -1,2 +1,2 @@ -MD5 (xfce4/xfce-utils-4.0.4.tar.gz) = 34fe286ed9aa48e7d76e1c07904b0ecf -SIZE(xfce4/xfce-utils-4.0.4.tar.gz) = 958462 +MD5 (xfce4/xfce-utils-4.0.5.tar.gz) = 105e906b6f21a9360cc9a898dfb28604 +SIZE(xfce4/xfce-utils-4.0.5.tar.gz) = 967057 diff --git a/sysutils/xfce4-utils/pkg-plist b/sysutils/xfce4-utils/pkg-plist index 9b23f487b02f..b50752a006df 100644 --- a/sysutils/xfce4-utils/pkg-plist +++ b/sysutils/xfce4-utils/pkg-plist @@ -10,7 +10,9 @@ etc/xfce4/xinitrc lib/xfce4/mcs-plugins/xftaskbar_plugin.a lib/xfce4/mcs-plugins/xftaskbar_plugin.la lib/xfce4/mcs-plugins/xftaskbar_plugin.so +share/locale/ar/LC_MESSAGES/xfce-utils.mo share/locale/az/LC_MESSAGES/xfce-utils.mo +share/locale/bg/LC_MESSAGES/xfce-utils.mo share/locale/ca/LC_MESSAGES/xfce-utils.mo share/locale/cs/LC_MESSAGES/xfce-utils.mo share/locale/de/LC_MESSAGES/xfce-utils.mo @@ -51,6 +53,8 @@ share/xfce4/AUTHORS.html.ca share/xfce4/AUTHORS.html.de share/xfce4/AUTHORS.html.es share/xfce4/AUTHORS.html.fr +share/xfce4/AUTHORS.html.it +share/xfce4/AUTHORS.it share/xfce4/AUTHORS.vi share/xfce4/COPYING share/xfce4/COPYING.html @@ -68,6 +72,8 @@ share/xfce4/INFO.html.ca share/xfce4/INFO.html.de share/xfce4/INFO.html.es share/xfce4/INFO.html.fr +share/xfce4/INFO.html.it +share/xfce4/INFO.it share/xfce4/INFO.vi share/xfce4/LGPL share/xfce4/LGPL.html |