diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-24 04:45:30 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-24 04:45:30 +0000 |
commit | a03bfab2cecfb712073e062aac95e084b01363b9 (patch) | |
tree | 050aa0477686acd156d699be67915ccff254f8f9 /misc | |
parent | e2e4ebd69d402af648d972d523b76681a3a13124 (diff) | |
download | FreeBSD-ports-a03bfab2cecfb712073e062aac95e084b01363b9.zip FreeBSD-ports-a03bfab2cecfb712073e062aac95e084b01363b9.tar.gz |
Update to version 0.5.8
PR: 13904
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'misc')
-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 6e1fc24..ca3371c 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 4c029c7..6564a82 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 956f8b7..045b048 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 |