svn commit: r373445 - head/shells/osh
Johan van Selst
johans at FreeBSD.org
Wed Nov 26 11:06:26 UTC 2014
Author: johans
Date: Wed Nov 26 11:06:24 2014
New Revision: 373445
URL: https://svnweb.freebsd.org/changeset/ports/373445
QAT: https://qat.redports.org/buildarchive/r373445/
Log:
- Update to 20141024
- Adopt port
Modified:
head/shells/osh/Makefile
head/shells/osh/distinfo
head/shells/osh/pkg-plist
Modified: head/shells/osh/Makefile
==============================================================================
--- head/shells/osh/Makefile Wed Nov 26 10:40:05 2014 (r373444)
+++ head/shells/osh/Makefile Wed Nov 26 11:06:24 2014 (r373445)
@@ -2,12 +2,11 @@
# $FreeBSD$
PORTNAME= osh
-DISTVERSION= 20140410
-PORTREVISION= 1
+DISTVERSION= 20141024
CATEGORIES= shells
MASTER_SITES= http://v6shell.org/src/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= johans at FreeBSD.org
COMMENT= Implementation of the UNIX 6th Edition shell
MAKE_ENV+= DOCDIR=${DOCSDIR} \
@@ -17,6 +16,7 @@ MAKE_ENV+= DOCDIR=${DOCSDIR} \
PORTDOCS= *
PORTEXAMPLES= *
INSTALL_TARGET= install install-doc install-exp
+PLIST_SUB+= VER=${DISTVERSION}
post-patch:
@${REINPLACE_CMD} -E -e 's|(DESTEXPDIR)=|\1?=|' \
Modified: head/shells/osh/distinfo
==============================================================================
--- head/shells/osh/distinfo Wed Nov 26 10:40:05 2014 (r373444)
+++ head/shells/osh/distinfo Wed Nov 26 11:06:24 2014 (r373445)
@@ -1,2 +1,2 @@
-SHA256 (osh-20140410.tar.gz) = c1830ecf56d4705a744677a53f79b2ec6e71e8f9fb9a229dc3632afd8e7a4ff6
-SIZE (osh-20140410.tar.gz) = 127676
+SHA256 (osh-20141024.tar.gz) = fd007753e9a639fe9a5d8f36127f59f8e01e8049b1b59943e89d776648763455
+SIZE (osh-20141024.tar.gz) = 129585
Modified: head/shells/osh/pkg-plist
==============================================================================
--- head/shells/osh/pkg-plist Wed Nov 26 10:40:05 2014 (r373444)
+++ head/shells/osh/pkg-plist Wed Nov 26 11:06:24 2014 (r373445)
@@ -1,11 +1,12 @@
-bin/fd2
-bin/goto
-bin/if
@shell bin/osh
-bin/sh6
-bin/glob6
+ at shell bin/sh6
+libexec/osh-%%VER%%/README
+libexec/osh-%%VER%%/fd2
+libexec/osh-%%VER%%/glob
+libexec/osh-%%VER%%/goto
+libexec/osh-%%VER%%/if
man/man1/fd2.1.gz
-man/man1/glob6.1.gz
+man/man1/glob.1.gz
man/man1/goto.1.gz
man/man1/if.1.gz
man/man1/osh.1.gz
More information about the svn-ports-head
mailing list