diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-06 23:08:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-06 23:08:34 +0800 |
commit | ca10aa75c64288e50ee3c35a7d2a9b371dd1e143 (patch) | |
tree | 6b5f9bdf4b449a7cfb0cb79c1da09f1e055d0380 /www/gallery/Makefile | |
parent | 05444964d6e4cbe3a173266173dc9d3a9d9c80a2 (diff) | |
download | freebsd-ports-gnome-ca10aa75c64288e50ee3c35a7d2a9b371dd1e143.tar.gz freebsd-ports-gnome-ca10aa75c64288e50ee3c35a7d2a9b371dd1e143.tar.zst freebsd-ports-gnome-ca10aa75c64288e50ee3c35a7d2a9b371dd1e143.zip |
- Update to 1.5.10
- Update various language packs
- Fix permissions on classes/gallery directory
PR: 129376
Submitted by: "Beat Gätzi" <beat@chruetertee.ch>
Diffstat (limited to 'www/gallery/Makefile')
-rw-r--r-- | www/gallery/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile index c6c52441f6bb..232885fb0dd3 100644 --- a/www/gallery/Makefile +++ b/www/gallery/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gallery -PORTVERSION= 1.5.9 +PORTVERSION= 1.5.10 CATEGORIES= www MASTER_SITES= SF DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANGPACKS} @@ -28,28 +28,28 @@ USE_GETTEXT= yes # Pet portlint LANGPACKS= af_ZA-1.5.2${EXTRACT_SUFX} \ ar_EG-1.5.1-cvs${EXTRACT_SUFX} \ - bg_BG-1.5.1${EXTRACT_SUFX} \ + bg_BG-1.5.4${EXTRACT_SUFX} \ ca_ES-1.5${EXTRACT_SUFX} \ cs_CZ.cp1250-1.5.1${EXTRACT_SUFX} \ - cs_CZ.iso-8859-2-1.5.1${EXTRACT_SUFX} \ - da_DK-1.5.1${EXTRACT_SUFX} \ - de_DE-1.5.6${EXTRACT_SUFX} \ + cs_CZ.iso-8859-2-1.5.6${EXTRACT_SUFX} \ + da_DK-1.5.9${EXTRACT_SUFX} \ + de_DE-1.5.9${EXTRACT_SUFX} \ en_GB-1.5-RC2${EXTRACT_SUFX} \ es_ES-1.5.2${EXTRACT_SUFX} \ fi_FI-1.5.2${EXTRACT_SUFX} \ - fr_FR-1.5.2${EXTRACT_SUFX} \ + fr_FR-1.5.9${EXTRACT_SUFX} \ gl_ES-1.5.1${EXTRACT_SUFX} \ hu_HU-1.5.1${EXTRACT_SUFX} \ - is_IS-1.5.1${EXTRACT_SUFX} \ + is_IS-1.5.2${EXTRACT_SUFX} \ it_IT-1.5.2${EXTRACT_SUFX} \ ja_JP-1.5.2${EXTRACT_SUFX} \ ja_JP.utf8-1.5.1${EXTRACT_SUFX} \ - ko_KR-1.5.1${EXTRACT_SUFX} \ + ko_KR-1.5.2${EXTRACT_SUFX} \ lt_LT-1.5.1${EXTRACT_SUFX} \ nl_NL-1.5.2${EXTRACT_SUFX} \ no_NO-1.5.2${EXTRACT_SUFX} \ pl_PL-1.5.2${EXTRACT_SUFX} \ - pt_BR-1.5.2${EXTRACT_SUFX} \ + pt_BR-1.5.4${EXTRACT_SUFX} \ pt_PT-1.5.1${EXTRACT_SUFX} \ ru_RU.cp1251-1.5.2${EXTRACT_SUFX} \ ru_RU.koi8r-1.5.1${EXTRACT_SUFX} \ @@ -70,7 +70,7 @@ PLIST_SUB= NLS="@comment " WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes PORTDOCS= AUTHORS ChangeLog README -EXCEPTFILES= ${PORTDOCS} LICENSE.txt gallery +EXCEPTFILES= ${PORTDOCS} LICENSE.txt CPIOARGS= --quiet -pdum -R PKGMESSAGE= ${WRKDIR}/pkg-message |