svn commit: r327677 - head/misc/ondir

Bryan Drewery bdrewery at FreeBSD.org
Fri Sep 20 10:07:43 UTC 2013


Author: bdrewery
Date: Fri Sep 20 10:07:42 2013
New Revision: 327677
URL: http://svnweb.freebsd.org/changeset/ports/327677

Log:
  - Update to 0.2.3
  
  Reported by:	portscout

Modified:
  head/misc/ondir/Makefile
  head/misc/ondir/distinfo

Modified: head/misc/ondir/Makefile
==============================================================================
--- head/misc/ondir/Makefile	Fri Sep 20 09:59:59 2013	(r327676)
+++ head/misc/ondir/Makefile	Fri Sep 20 10:07:42 2013	(r327677)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	ondir
-# Date created:		2010-01-24
-# Whom:			ports at c0decafe.net <ports at c0decafe.net>
-#
+# Created by: ports at c0decafe.net <ports at c0decafe.net>
 # $FreeBSD$
-#
 
 PORTNAME=	ondir
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.3
 CATEGORIES=	misc
 MASTER_SITES=	http://swapoff.org/files/${PORTNAME}/
 
@@ -20,4 +16,8 @@ MANCOMPRESSED=	no
 
 PLIST_FILES=	bin/${PORTNAME}
 
+do-install:
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
 .include <bsd.port.mk>

Modified: head/misc/ondir/distinfo
==============================================================================
--- head/misc/ondir/distinfo	Fri Sep 20 09:59:59 2013	(r327676)
+++ head/misc/ondir/distinfo	Fri Sep 20 10:07:42 2013	(r327677)
@@ -1,2 +1,2 @@
-SHA256 (ondir-0.2.2.tar.gz) = 475fe7bd447756b4effde87c8aa67e063d805b775785b9f39858422dc244aef2
-SIZE (ondir-0.2.2.tar.gz) = 20138
+SHA256 (ondir-0.2.3.tar.gz) = 504a677e5b7c47c907f478d00f52c8ea629f2bf0d9134ac2a3bf0bbe64157ba3
+SIZE (ondir-0.2.3.tar.gz) = 17820


More information about the svn-ports-all mailing list