Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 17:19:58 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509959 - in head/misc/ondir: . files
Message-ID:  <201908261719.x7QHJwxY015215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	garga@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 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908261719.x7QHJwxY015215>