pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Upgrade shells/osh to 040216, this closes PR pkg/24501.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e23c5dc10cb7
branches: trunk
changeset: 469414:e23c5dc10cb7
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Mon Feb 23 01:58:41 2004 +0000
description:
Upgrade shells/osh to 040216, this closes PR pkg/24501.
Too many changes to copy here, previous package was 2 years old, please
review the Changelog file.
diffstat:
doc/CHANGES | 3 ++-
shells/osh/DESCR | 3 ---
shells/osh/Makefile | 12 +++++++-----
shells/osh/PLIST | 2 +-
shells/osh/distinfo | 7 +++----
shells/osh/patches/patch-aa | 28 ----------------------------
6 files changed, 13 insertions(+), 42 deletions(-)
diffs (104 lines):
diff -r f615d8c7c959 -r e23c5dc10cb7 doc/CHANGES
--- a/doc/CHANGES Mon Feb 23 01:46:08 2004 +0000
+++ b/doc/CHANGES Mon Feb 23 01:58:41 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4964 2004/02/23 01:34:54 xtraeme Exp $
+$NetBSD: CHANGES,v 1.4965 2004/02/23 01:58:41 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -986,3 +986,4 @@
Updated bitlbee to 0.84 [xtraeme 2004-02-22]
Updated udfclient to 0.20 [reinoud 2004-02-23]
Added jftpgw-0.13.4 [xtraeme 2004-02-23]
+ Updated osh to 040216 [xtraeme 2004-02-23]
diff -r f615d8c7c959 -r e23c5dc10cb7 shells/osh/DESCR
--- a/shells/osh/DESCR Mon Feb 23 01:46:08 2004 +0000
+++ b/shells/osh/DESCR Mon Feb 23 01:58:41 2004 +0000
@@ -3,6 +3,3 @@
as osh with UNIX 7th Edition. Its command language is a sparse
subset of those of modern shells and is mostly common both to sh(1)
and csh(1).
-
-- George Reid
-greid%ukug.uk.freebsd.org@localhost
diff -r f615d8c7c959 -r e23c5dc10cb7 shells/osh/Makefile
--- a/shells/osh/Makefile Mon Feb 23 01:46:08 2004 +0000
+++ b/shells/osh/Makefile Mon Feb 23 01:58:41 2004 +0000
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:53:23 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/23 01:58:41 xtraeme Exp $
# FreeBSD Id: ports/shells/osh/Makefile,v 1.3 2002/01/29 11:58:43 knu Exp
-DISTNAME= osh-020214
+DISTNAME= osh-040216
CATEGORIES= shells
-MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/
+MASTER_SITES= http://jneitzel.sdf1.org/osh/src/
+HOMEPAGE= http://jneitzel.sdf1.org/osh/
MAINTAINER= tech-pkg%NetBSD.org@localhost
COMMENT= Implementation of the UNIX 6th Edition shell
-MAKEFILE= makefile
-
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
PKG_SHELL= ${PREFIX}/bin/osh
+TEST_TARGET= check
+
.include "../../mk/bsd.pkg.mk"
diff -r f615d8c7c959 -r e23c5dc10cb7 shells/osh/PLIST
--- a/shells/osh/PLIST Mon Feb 23 01:46:08 2004 +0000
+++ b/shells/osh/PLIST Mon Feb 23 01:58:41 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/11/17 09:02:01 salo Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/02/23 01:58:41 xtraeme Exp $
bin/goto
bin/if
bin/osh
diff -r f615d8c7c959 -r e23c5dc10cb7 shells/osh/distinfo
--- a/shells/osh/distinfo Mon Feb 23 01:46:08 2004 +0000
+++ b/shells/osh/distinfo Mon Feb 23 01:58:41 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/09/22 20:57:12 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2004/02/23 01:58:41 xtraeme Exp $
-SHA1 (osh-020214.tar.gz) = 3626dd0bcd2152a9173fa9fc9183674699db8ec4
-Size (osh-020214.tar.gz) = 10639 bytes
-SHA1 (patch-aa) = 213431251f3df82dd2b1405b115a64333838c4e2
+SHA1 (osh-040216.tar.gz) = faa372d7efda3e7235a5c5f1d1091c440841bef8
+Size (osh-040216.tar.gz) = 34235 bytes
diff -r f615d8c7c959 -r e23c5dc10cb7 shells/osh/patches/patch-aa
--- a/shells/osh/patches/patch-aa Mon Feb 23 01:46:08 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/09/22 20:57:13 jmmv Exp $
-
---- makefile.orig Thu Feb 14 00:11:14 2002
-+++ makefile Mon Sep 22 20:29:15 2003
-@@ -2,7 +2,6 @@
-
- # CONFIGURATION
-
--PREFIX = /usr/local
- BINDIR = $(PREFIX)/bin
- MANDIR = $(PREFIX)/man
- MANSECT = $(MANDIR)/man1
-@@ -29,9 +28,9 @@
- rm -f osh osh.o goto goto.o if if.o core log *~
-
- install: all
-- $(INSTALL) -c -s osh $(BINDIR)
-- $(INSTALL) -c -s goto $(BINDIR)
-- $(INSTALL) -c -s if $(BINDIR)
-- $(INSTALL) -c -m 644 osh.1 $(MANSECT)
-- $(INSTALL) -c -m 644 goto.1 $(MANSECT)
-- $(INSTALL) -c -m 644 if.1 $(MANSECT)
-+ $(BSD_INSTALL_PROGRAM) osh $(BINDIR)/osh
-+ $(BSD_INSTALL_PROGRAM) goto $(BINDIR)/goto
-+ $(BSD_INSTALL_PROGRAM) if $(BINDIR)/if
-+ $(BSD_INSTALL_MAN) osh.1 $(MANSECT)/osh.1
-+ $(BSD_INSTALL_MAN) goto.1 $(MANSECT)/goto.1
-+ $(BSD_INSTALL_MAN) if.1 $(MANSECT)/if.1
Home |
Main Index |
Thread Index |
Old Index