aboutsummaryrefslogtreecommitdiff
path: root/shells/osh
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-03 01:14:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-03 01:14:29 +0000
commit0df636564e3ed608e8841aa50b5cd09212907cf8 (patch)
tree728d4b58b360b284de79453da16815a981222380 /shells/osh
parentba3c58dd27542f6382774bdb6a90662919e131a1 (diff)
downloadports-0df636564e3ed608e8841aa50b5cd09212907cf8.tar.gz
ports-0df636564e3ed608e8841aa50b5cd09212907cf8.zip
Notes
Diffstat (limited to 'shells/osh')
-rw-r--r--shells/osh/Makefile6
-rw-r--r--shells/osh/distinfo2
-rw-r--r--shells/osh/files/patch-Makefile10
-rw-r--r--shells/osh/files/patch-aa15
-rw-r--r--shells/osh/pkg-descr2
5 files changed, 15 insertions, 20 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile
index b1eded7bf981..219801cfa4b2 100644
--- a/shells/osh/Makefile
+++ b/shells/osh/Makefile
@@ -6,15 +6,13 @@
#
PORTNAME= osh
-PORTVERSION= 020214
+PORTVERSION= 031014
CATEGORIES= shells
-MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/
+MASTER_SITES= http://jneitzel.sdf1.org/osh/src/
MAINTAINER= greid@ukug.uk.freebsd.org
COMMENT= An implementation of the UNIX 6th Edition shell.
-MAKEFILE= makefile
-
MAN1= goto.1 if.1 osh.1
post-install:
diff --git a/shells/osh/distinfo b/shells/osh/distinfo
index 4b7bc38570bd..e5b2c18108e6 100644
--- a/shells/osh/distinfo
+++ b/shells/osh/distinfo
@@ -1 +1 @@
-MD5 (osh-020214.tar.gz) = c9166413d2dc93f57c339debad081145
+MD5 (osh-031014.tar.gz) = adf08c718891594290d73fd193c0ed31
diff --git a/shells/osh/files/patch-Makefile b/shells/osh/files/patch-Makefile
new file mode 100644
index 000000000000..31fd8bc40492
--- /dev/null
+++ b/shells/osh/files/patch-Makefile
@@ -0,0 +1,10 @@
+--- Makefile.orig Tue Oct 14 16:54:09 2003
++++ Makefile Sat Oct 18 01:59:36 2003
+@@ -22,7 +22,6 @@
+
+ # Choose where and how to install the binaries and man pages.
+ #
+-PREFIX= /usr/local
+ BINDIR= $(PREFIX)/bin
+ MANDIR= $(PREFIX)/man
+ MANSECT= $(MANDIR)/man1
diff --git a/shells/osh/files/patch-aa b/shells/osh/files/patch-aa
deleted file mode 100644
index c378b9404f2c..000000000000
--- a/shells/osh/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- makefile.orig Wed May 8 03:24:49 2002
-+++ makefile Wed May 8 03:25:01 2002
-@@ -2,11 +2,10 @@
-
- # CONFIGURATION
-
--PREFIX = /usr/local
- BINDIR = $(PREFIX)/bin
- MANDIR = $(PREFIX)/man
- MANSECT = $(MANDIR)/man1
--INSTALL = /usr/ucb/install
-+INSTALL = /usr/bin/install
-
- # CONFIGURATION ENDS
-
diff --git a/shells/osh/pkg-descr b/shells/osh/pkg-descr
index b092e1c78178..e9e73b39741c 100644
--- a/shells/osh/pkg-descr
+++ b/shells/osh/pkg-descr
@@ -6,3 +6,5 @@ and csh(1).
- George Reid
greid@ukug.uk.freebsd.org
+
+WWW: http://jneitzel.sdf1.org/osh/