diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-26 22:00:47 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-26 22:00:47 +0000 |
commit | ed1217997f6bce2dfb223540aa25ddbd312f3ee0 (patch) | |
tree | 619595118c50c4923e093abb9a295a86690259c3 | |
parent | 7823fd70861096d09dfb05fb4fec3aee03dec0da (diff) |
Notes
-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%% |