diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-24 04:45:30 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-24 04:45:30 +0000 |
commit | 58eff7b4318887630f3f4d05d43c912365c26572 (patch) | |
tree | 5d8e6384e44fe195e6d669b998cfdf80e2556950 /misc/pinfo | |
parent | d88a26077b3653e7d3cb8f50f39d2c59e3d30c52 (diff) | |
download | ports-58eff7b4318887630f3f4d05d43c912365c26572.tar.gz ports-58eff7b4318887630f3f4d05d43c912365c26572.zip |
Update to version 0.5.8
PR: 13904
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=21905
Diffstat (limited to 'misc/pinfo')
-rw-r--r-- | misc/pinfo/Makefile | 14 | ||||
-rw-r--r-- | misc/pinfo/distinfo | 2 | ||||
-rw-r--r-- | misc/pinfo/pkg-plist | 3 |
3 files changed, 11 insertions, 8 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 6e1fc24e8bb1..ca3371ca3a34 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,19 +1,19 @@ -# New ports collection makefile for: pinfo -# Version required: 0.5.5 -# Date created: 19 May 1999 -# Whom: Thomas Gellekum <tg@FreeBSD.org> +# New ports collection makefile for: pinfo +# Version required: 0.5.8 +# Date created: 19 May 1999 +# Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= pinfo-0.5.5 +DISTNAME= pinfo-0.5.8 CATEGORIES= misc MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl\.1:${PORTSDIR}/devel/gettext \ - ncurses\.4:${PORTSDIR}/devel/ncurses +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ + ncurses.4:${PORTSDIR}/devel/ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-gettext --with-readline \ diff --git a/misc/pinfo/distinfo b/misc/pinfo/distinfo index 4c029c7d7820..6564a82cf8dd 100644 --- a/misc/pinfo/distinfo +++ b/misc/pinfo/distinfo @@ -1 +1 @@ -MD5 (pinfo-0.5.5.tar.gz) = 76142bebd970551d0f6113be5382a26f +MD5 (pinfo-0.5.8.tar.gz) = eacde553c9c0f6175088ac0971d782fd diff --git a/misc/pinfo/pkg-plist b/misc/pinfo/pkg-plist index 956f8b78d984..045b048ea8e7 100644 --- a/misc/pinfo/pkg-plist +++ b/misc/pinfo/pkg-plist @@ -3,6 +3,7 @@ etc/pinforc share/locale/cs/LC_MESSAGES/pinfo.mo share/locale/de/LC_MESSAGES/pinfo.mo share/locale/pl/LC_MESSAGES/pinfo.mo +share/locale/ru/LC_MESSAGES/pinfo.mo share/locale/sv/LC_MESSAGES/pinfo.mo @unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/cs 2>/dev/null || true @@ -10,6 +11,8 @@ share/locale/sv/LC_MESSAGES/pinfo.mo @unexec rmdir %D/share/locale/de 2>/dev/null || true @unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/pl 2>/dev/null || true +@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/ru 2>/dev/null || true @unexec rmdir %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/sv 2>/dev/null || true @unexec rmdir %D/share/locale 2>/dev/null || true |