svn commit: r356322 - head/shells/osh

Martin Wilke miwi at FreeBSD.org
Tue Jun 3 10:46:20 UTC 2014


Author: miwi
Date: Tue Jun  3 10:46:19 2014
New Revision: 356322
URL: http://svnweb.freebsd.org/changeset/ports/356322
QAT: https://qat.redports.org/buildarchive/r356322/

Log:
  - Update to 20140410

Modified:
  head/shells/osh/Makefile
  head/shells/osh/distinfo
  head/shells/osh/pkg-plist

Modified: head/shells/osh/Makefile
==============================================================================
--- head/shells/osh/Makefile	Tue Jun  3 10:45:53 2014	(r356321)
+++ head/shells/osh/Makefile	Tue Jun  3 10:46:19 2014	(r356322)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	osh
-DISTVERSION=	20120604
+DISTVERSION=	20140410
 CATEGORIES=	shells
 MASTER_SITES=	http://v6shell.org/src/
 

Modified: head/shells/osh/distinfo
==============================================================================
--- head/shells/osh/distinfo	Tue Jun  3 10:45:53 2014	(r356321)
+++ head/shells/osh/distinfo	Tue Jun  3 10:46:19 2014	(r356322)
@@ -1,2 +1,2 @@
-SHA256 (osh-20120604.tar.gz) = 0e7d7cb6dd48852c11710e6403855c8dfe3231405407d296d734a2935afaf019
-SIZE (osh-20120604.tar.gz) = 124688
+SHA256 (osh-20140410.tar.gz) = c1830ecf56d4705a744677a53f79b2ec6e71e8f9fb9a229dc3632afd8e7a4ff6
+SIZE (osh-20140410.tar.gz) = 127676

Modified: head/shells/osh/pkg-plist
==============================================================================
--- head/shells/osh/pkg-plist	Tue Jun  3 10:45:53 2014	(r356321)
+++ head/shells/osh/pkg-plist	Tue Jun  3 10:46:19 2014	(r356322)
@@ -10,5 +10,5 @@ man/man1/goto.1.gz
 man/man1/if.1.gz
 man/man1/osh.1.gz
 man/man1/sh6.1.gz
- at exec echo "updating ${DESTDIR}/etc/shells"; cp ${DESTDIR}/etc/shells ${DESTDIR}/etc/shells.bak; (grep -v %D/%F ${DESTDIR}/etc/shells.bak; echo %D/%F) >${DESTDIR}/etc/shells
- at unexec echo "updating ${DESTDIR}/etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
+ at exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
+ at unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak


More information about the svn-ports-head mailing list