aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-26 03:01:17 +0800
committersteve <steve@FreeBSD.org>1999-12-26 03:01:17 +0800
commitee0e32cec66bd3d47594a2261cf95e73d46974f5 (patch)
treefdd47e31495e2a56f293e8c9f12ae699c5c97e29 /archivers
parentd8db3c7f69d7ca0e4351f8f5bcb94c2930abc4b0 (diff)
downloadfreebsd-ports-gnome-ee0e32cec66bd3d47594a2261cf95e73d46974f5.tar.gz
freebsd-ports-gnome-ee0e32cec66bd3d47594a2261cf95e73d46974f5.tar.zst
freebsd-ports-gnome-ee0e32cec66bd3d47594a2261cf95e73d46974f5.zip
Update to version 4.2.1 and add WWW: line to DESCR.
PR: 15672 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gshar+gunshar/Makefile24
-rw-r--r--archivers/gshar+gunshar/distinfo2
-rw-r--r--archivers/gshar+gunshar/pkg-descr2
-rw-r--r--archivers/gshar+gunshar/pkg-plist12
-rw-r--r--archivers/sharutils/Makefile24
-rw-r--r--archivers/sharutils/distinfo2
-rw-r--r--archivers/sharutils/pkg-descr2
-rw-r--r--archivers/sharutils/pkg-plist12
8 files changed, 24 insertions, 56 deletions
diff --git a/archivers/gshar+gunshar/Makefile b/archivers/gshar+gunshar/Makefile
index 57493a79ef28..cd542b2f3781 100644
--- a/archivers/gshar+gunshar/Makefile
+++ b/archivers/gshar+gunshar/Makefile
@@ -1,30 +1,24 @@
-# New ports collection makefile for: gshar+gunshar
-# Version required: 4.2
-# Date created: 28 Dec 1994
-# Whom: ache
+# New ports collection makefile for: gshar+gunshar
+# Version required: 4.2.1
+# Date created: 28 Dec 1994
+# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= sharutils-4.2
+DISTNAME= sharutils-4.2.1
CATEGORIES= archivers
-MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sharutils
MAINTAINER= ports@FreeBSD.org
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --program-prefix=g --disable-uucode
-INSTALL_TARGET= install install-man
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --program-prefix=g --disable-uucode --disable-nls
+INSTALL_TARGET= install install-man
MAN1= gshar.1 gunshar.1
-post-patch:
- @touch ${WRKSRC}/po/sharutils.pot
-
post-install:
-.for file in gshar gunshar
- strip ${PREFIX}/bin/${file}
-.endfor
.for info in remsync.info sharutils.info
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor
diff --git a/archivers/gshar+gunshar/distinfo b/archivers/gshar+gunshar/distinfo
index eacc64495d15..4a1a8fa82daa 100644
--- a/archivers/gshar+gunshar/distinfo
+++ b/archivers/gshar+gunshar/distinfo
@@ -1 +1 @@
-MD5 (sharutils-4.2.tar.gz) = b1ab1d10d88e8dcb8ee5b0d06b2fc073
+MD5 (sharutils-4.2.1.tar.gz) = b8ba1d409f07edcb335ff72a27bd9828
diff --git a/archivers/gshar+gunshar/pkg-descr b/archivers/gshar+gunshar/pkg-descr
index b2b6954af7c9..f1eb3d9904d4 100644
--- a/archivers/gshar+gunshar/pkg-descr
+++ b/archivers/gshar+gunshar/pkg-descr
@@ -6,3 +6,5 @@ unpacking shell archives after reception. The core of both programs
is initially derived from public domain. Some modules and other
code sections are freely borrowed from other GNU distributions,
bringing `shar' under the terms of the GNU General Public License.
+
+WWW: http://www.gnu.org/software/sharutils/sharutils.html
diff --git a/archivers/gshar+gunshar/pkg-plist b/archivers/gshar+gunshar/pkg-plist
index cf4a2c1169c8..777dd9abe40a 100644
--- a/archivers/gshar+gunshar/pkg-plist
+++ b/archivers/gshar+gunshar/pkg-plist
@@ -9,15 +9,3 @@ info/sharutils.info
info/remsync.info
@exec install-info %D/info/sharutils.info %D/info/dir
@exec install-info %D/info/remsync.info %D/info/dir
-lib/locale/de/LC_MESSAGES/sharutils.cat
-lib/locale/fr/LC_MESSAGES/sharutils.cat
-lib/locale/ja_JP.EUC/LC_MESSAGES/sharutils.cat
-lib/locale/nl/LC_MESSAGES/sharutils.cat
-lib/locale/pt/LC_MESSAGES/sharutils.cat
-lib/locale/sv/LC_MESSAGES/sharutils.cat
-share/locale/de.gmo/LC_MESSAGES/sharutils.cat
-share/locale/fr.gmo/LC_MESSAGES/sharutils.cat
-share/locale/ja_JP.EUC.gmo/LC_MESSAGES/sharutils.cat
-share/locale/nl.gmo/LC_MESSAGES/sharutils.cat
-share/locale/pt.gmo/LC_MESSAGES/sharutils.cat
-share/locale/sv.gmo/LC_MESSAGES/sharutils.cat
diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile
index 57493a79ef28..cd542b2f3781 100644
--- a/archivers/sharutils/Makefile
+++ b/archivers/sharutils/Makefile
@@ -1,30 +1,24 @@
-# New ports collection makefile for: gshar+gunshar
-# Version required: 4.2
-# Date created: 28 Dec 1994
-# Whom: ache
+# New ports collection makefile for: gshar+gunshar
+# Version required: 4.2.1
+# Date created: 28 Dec 1994
+# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= sharutils-4.2
+DISTNAME= sharutils-4.2.1
CATEGORIES= archivers
-MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sharutils
MAINTAINER= ports@FreeBSD.org
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --program-prefix=g --disable-uucode
-INSTALL_TARGET= install install-man
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --program-prefix=g --disable-uucode --disable-nls
+INSTALL_TARGET= install install-man
MAN1= gshar.1 gunshar.1
-post-patch:
- @touch ${WRKSRC}/po/sharutils.pot
-
post-install:
-.for file in gshar gunshar
- strip ${PREFIX}/bin/${file}
-.endfor
.for info in remsync.info sharutils.info
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor
diff --git a/archivers/sharutils/distinfo b/archivers/sharutils/distinfo
index eacc64495d15..4a1a8fa82daa 100644
--- a/archivers/sharutils/distinfo
+++ b/archivers/sharutils/distinfo
@@ -1 +1 @@
-MD5 (sharutils-4.2.tar.gz) = b1ab1d10d88e8dcb8ee5b0d06b2fc073
+MD5 (sharutils-4.2.1.tar.gz) = b8ba1d409f07edcb335ff72a27bd9828
diff --git a/archivers/sharutils/pkg-descr b/archivers/sharutils/pkg-descr
index b2b6954af7c9..f1eb3d9904d4 100644
--- a/archivers/sharutils/pkg-descr
+++ b/archivers/sharutils/pkg-descr
@@ -6,3 +6,5 @@ unpacking shell archives after reception. The core of both programs
is initially derived from public domain. Some modules and other
code sections are freely borrowed from other GNU distributions,
bringing `shar' under the terms of the GNU General Public License.
+
+WWW: http://www.gnu.org/software/sharutils/sharutils.html
diff --git a/archivers/sharutils/pkg-plist b/archivers/sharutils/pkg-plist
index cf4a2c1169c8..777dd9abe40a 100644
--- a/archivers/sharutils/pkg-plist
+++ b/archivers/sharutils/pkg-plist
@@ -9,15 +9,3 @@ info/sharutils.info
info/remsync.info
@exec install-info %D/info/sharutils.info %D/info/dir
@exec install-info %D/info/remsync.info %D/info/dir
-lib/locale/de/LC_MESSAGES/sharutils.cat
-lib/locale/fr/LC_MESSAGES/sharutils.cat
-lib/locale/ja_JP.EUC/LC_MESSAGES/sharutils.cat
-lib/locale/nl/LC_MESSAGES/sharutils.cat
-lib/locale/pt/LC_MESSAGES/sharutils.cat
-lib/locale/sv/LC_MESSAGES/sharutils.cat
-share/locale/de.gmo/LC_MESSAGES/sharutils.cat
-share/locale/fr.gmo/LC_MESSAGES/sharutils.cat
-share/locale/ja_JP.EUC.gmo/LC_MESSAGES/sharutils.cat
-share/locale/nl.gmo/LC_MESSAGES/sharutils.cat
-share/locale/pt.gmo/LC_MESSAGES/sharutils.cat
-share/locale/sv.gmo/LC_MESSAGES/sharutils.cat