diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-11-26 11:06:24 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-11-26 11:06:24 +0000 |
commit | ac588045c6392aae9b5acd640579ee1ed11cdb85 (patch) | |
tree | a10779c221844120f4ca44bea98f53581cb702ac | |
parent | 34ab3fcbf10e39a5d70e08b3508a41c4bd23580c (diff) |
- Update to 20141024
- Adopt port
Notes
Notes:
svn path=/head/; revision=373445
-rw-r--r-- | shells/osh/Makefile | 6 | ||||
-rw-r--r-- | shells/osh/distinfo | 4 | ||||
-rw-r--r-- | shells/osh/pkg-plist | 13 |
3 files changed, 12 insertions, 11 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index a1772a3516e3..925ca9626c05 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= osh -DISTVERSION= 20140410 -PORTREVISION= 1 +DISTVERSION= 20141024 CATEGORIES= shells MASTER_SITES= http://v6shell.org/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@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?=|' \ diff --git a/shells/osh/distinfo b/shells/osh/distinfo index 31614b46e5ce..bdb63b0f9280 100644 --- a/shells/osh/distinfo +++ b/shells/osh/distinfo @@ -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 diff --git a/shells/osh/pkg-plist b/shells/osh/pkg-plist index 504dde8295e1..43cf7479d902 100644 --- a/shells/osh/pkg-plist +++ b/shells/osh/pkg-plist @@ -1,11 +1,12 @@ -bin/fd2 -bin/goto -bin/if @shell bin/osh -bin/sh6 -bin/glob6 +@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 |