diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-27 06:00:47 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-27 06:00:47 +0800 |
commit | 705e1a9aabddb6b328e898947f1dfd28f5d65273 (patch) | |
tree | 8f3048c465a0394a2e495fe83b9f2eba90900446 /www/mod_musicindex | |
parent | 6469cb4605f01c2d5e1b0d7203365cee10b531d5 (diff) | |
download | freebsd-ports-gnome-705e1a9aabddb6b328e898947f1dfd28f5d65273.tar.gz freebsd-ports-gnome-705e1a9aabddb6b328e898947f1dfd28f5d65273.tar.zst freebsd-ports-gnome-705e1a9aabddb6b328e898947f1dfd28f5d65273.zip |
- Update to 1.3.3
- require apache20+ [unbreaks build on 8.0+]
- a few minor clean ups
With Hat: apache@
Diffstat (limited to 'www/mod_musicindex')
-rw-r--r-- | www/mod_musicindex/Makefile | 20 | ||||
-rw-r--r-- | www/mod_musicindex/distinfo | 6 | ||||
-rw-r--r-- | www/mod_musicindex/pkg-plist | 4 |
3 files changed, 16 insertions, 14 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index 12073772c908..a2eae416fc95 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mod_musicindex -PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTVERSION= 1.3.3 CATEGORIES= www audio MASTER_SITES= http://www.parisc-linux.org/~varenet/musicindex/ \ http://depot.fsck.ch/mirror/distfiles/ @@ -24,19 +23,18 @@ OPTIONS= NLS "Native language support" on \ LIBARCHIVE "Archive downloading support" on \ FILECACHE "Caching support" on -USE_APACHE= 1.3+ +USE_APACHE= 2.0+ + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-apxs=${APXS} -PORTDOCS= README + SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} -.include <bsd.port.pre.mk> +PORTDOCS= README -.if ${OSVERSION} >= 800000 -BROKEN= does not build -.endif +.include <bsd.port.options.mk> .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls @@ -82,11 +80,11 @@ CONFIGURE_ARGS+= --disable-filecache post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + @${MKDIR} ${DOCSDIR}/ + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ .endif @${ECHO_MSG} "" @${CAT} ${PKGMESSAGE} @${ECHO_MSG} "" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/mod_musicindex/distinfo b/www/mod_musicindex/distinfo index 4fe2a785c57a..981432f7a4b6 100644 --- a/www/mod_musicindex/distinfo +++ b/www/mod_musicindex/distinfo @@ -1,3 +1,3 @@ -MD5 (mod_musicindex-1.2.2.tar.gz) = 2316be5c433f516969e096af829db423 -SHA256 (mod_musicindex-1.2.2.tar.gz) = a63d06530eceb0d22a76d9891635770666fa7eccc679e8278aa3ae4c1f8e9217 -SIZE (mod_musicindex-1.2.2.tar.gz) = 472401 +MD5 (mod_musicindex-1.3.3.tar.gz) = 6488db2d6e9dd814fb9d47c7b390c777 +SHA256 (mod_musicindex-1.3.3.tar.gz) = ae8cb26c946fe2175d09ed89099ddf6f10547ae81e4842cea4627d24d93d1b82 +SIZE (mod_musicindex-1.3.3.tar.gz) = 482313 diff --git a/www/mod_musicindex/pkg-plist b/www/mod_musicindex/pkg-plist index 5980b4e01af4..422b088a49e1 100644 --- a/www/mod_musicindex/pkg-plist +++ b/www/mod_musicindex/pkg-plist @@ -13,4 +13,8 @@ %%DATADIR%%/soundok.png %%NLS%%share/locale/fr/LC_MESSAGES/mod_musicindex.mo %%NLS%%share/locale/it/LC_MESSAGES/mod_musicindex.mo +%%NLS%%share/locale/nl/LC_MESSAGES/mod_musicindex.mo +%%NLS%%share/locale/pt-br/LC_MESSAGES/mod_musicindex.mo +%%NLS%%@dirrm share/locale/pt-br/LC_MESSAGES +%%NLS%%@dirrm share/locale/pt-br @dirrm %%DATADIR%% |