svn commit: r509959 - in head/misc/ondir: . files

Renato Botelho garga at FreeBSD.org
Mon Aug 26 17:19:58 UTC 2019


Author: garga
Date: Mon Aug 26 17:19:57 2019
New Revision: 509959
URL: https://svnweb.freebsd.org/changeset/ports/509959

Log:
  - Regenerate patches with make makepatch
  - Added LICENSE_FILE
  - Take maintainership

Modified:
  head/misc/ondir/Makefile
  head/misc/ondir/files/patch-ondir.1

Modified: head/misc/ondir/Makefile
==============================================================================
--- head/misc/ondir/Makefile	Mon Aug 26 16:40:14 2019	(r509958)
+++ head/misc/ondir/Makefile	Mon Aug 26 17:19:57 2019	(r509959)
@@ -3,13 +3,15 @@
 
 PORTNAME=	ondir
 PORTVERSION=	0.2.4
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	http://swapoff.org/files/${PORTNAME}/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	garga at FreeBSD.org
 COMMENT=	Automatically executes scripts as you traverse directories
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 ALL_TARGET=	${PORTNAME}
 MAKE_ARGS=	PREFIX="${PREFIX}" \

Modified: head/misc/ondir/files/patch-ondir.1
==============================================================================
--- head/misc/ondir/files/patch-ondir.1	Mon Aug 26 16:40:14 2019	(r509958)
+++ head/misc/ondir/files/patch-ondir.1	Mon Aug 26 17:19:57 2019	(r509959)
@@ -1,6 +1,6 @@
---- ondir.1.orig	2010-01-24 23:43:46.000000000 +0200
-+++ ondir.1	2010-01-24 23:44:09.000000000 +0200
-@@ -108,12 +108,12 @@
+--- ondir.1.orig	2011-01-09 05:51:26 UTC
++++ ondir.1
+@@ -110,12 +110,12 @@ eval "`ondir /`"
  .LP 
  The TCSH script you should add to your profile is:
  .LP 


More information about the svn-ports-all mailing list