diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-06-13 09:14:14 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-06-13 09:14:14 +0000 |
commit | df6662c988d8e4b5ca2862f2c9fa0f378e2986e2 (patch) | |
tree | d1f40722027181171f91ffc1e6c5ce73a339a343 /www/snownews | |
parent | 89587297e025195a99636adbc384b66a1ac2c414 (diff) | |
download | ports-df6662c988d8e4b5ca2862f2c9fa0f378e2986e2.tar.gz ports-df6662c988d8e4b5ca2862f2c9fa0f378e2986e2.zip |
Notes
Diffstat (limited to 'www/snownews')
-rw-r--r-- | www/snownews/Makefile | 8 | ||||
-rw-r--r-- | www/snownews/distinfo | 6 | ||||
-rw-r--r-- | www/snownews/pkg-plist | 10 |
3 files changed, 15 insertions, 9 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile index b14cff31faaa..a85789ede0be 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -7,8 +7,7 @@ # PORTNAME= snownews -PORTVERSION= 1.5.7 -PORTREVISION= 2 +PORTVERSION= 1.5.9 CATEGORIES= www MASTER_SITES= http://kiza.kcore.de/software/snownews/download/ @@ -58,11 +57,10 @@ pre-everything:: @${ECHO_MSG} " " post-patch: - @${REINPLACE_CMD} -e 's|#!/usr/bin/perl|#!${PERL}|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|CFLAGS=|CFLAGS+=|g' ${WRKSRC}/platform_settings - @${REINPLACE_CMD} -e 's|^PREFIX|#PREFIX|' ${WRKSRC}/platform_settings + @${REINPLACE_CMD} -e 's|#!/usr/local/bin/perl|#!${PERL}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|make|${GMAKE}|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/Makefile .if defined(WITHOUT_NLS) ${REINPLACE_CMD} -e 's/ install-locales / /g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's/ locales$$//g' ${WRKSRC}/Makefile diff --git a/www/snownews/distinfo b/www/snownews/distinfo index 295982419279..0bd62e83889a 100644 --- a/www/snownews/distinfo +++ b/www/snownews/distinfo @@ -1,3 +1,3 @@ -MD5 (snownews-1.5.7.tar.gz) = 75ffa004e755a233f49b1cdfcd9e3d85 -SHA256 (snownews-1.5.7.tar.gz) = 1afab69e03f351e670187ba35cea363aa6113a44b8fe243ca98835b89e672653 -SIZE (snownews-1.5.7.tar.gz) = 161504 +MD5 (snownews-1.5.9.tar.gz) = 0f3dca85a36386a72033b83a202c559e +SHA256 (snownews-1.5.9.tar.gz) = 6137372c2709643e7ebcda893de656757abd88ddc93c827b7976531fd8fa064d +SIZE (snownews-1.5.9.tar.gz) = 170666 diff --git a/www/snownews/pkg-plist b/www/snownews/pkg-plist index 5f55bcbcd923..a7855035fe50 100644 --- a/www/snownews/pkg-plist +++ b/www/snownews/pkg-plist @@ -1,7 +1,7 @@ %%OPML%%bin/opml2snow %%OPML%%bin/snow2opml bin/snownews -bin/snowsync +%%NLS%%share/locale/be@latin/LC_MESSAGES/snownews.mo %%NLS%%share/locale/de/LC_MESSAGES/snownews.mo %%NLS%%share/locale/es/LC_MESSAGES/snownews.mo %%NLS%%share/locale/fr/LC_MESSAGES/snownews.mo @@ -11,9 +11,17 @@ bin/snowsync %%NLS%%share/locale/pl/LC_MESSAGES/snownews.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/snownews.mo %%NLS%%share/locale/ru/LC_MESSAGES/snownews.mo +%%NLS%%share/locale/se/LC_MESSAGES/snownews.mo %%NLS%%share/locale/sl/LC_MESSAGES/snownews.mo +%%NLS%%share/locale/uk_UA/LC_MESSAGES/snownews.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/snownews.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/snownews.mo +@dirrmtry share/locale/uk_UA/LC_MESSAGES +@dirrmtry share/locale/uk_UA +@dirrmtry share/locale/se/LC_MESSAGES +@dirrmtry share/locale/se +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin @dirrmtry man/fr/man1 @dirrmtry man/fr @dirrmtry man/de/man1 |