svn commit: r450272 - in head/textproc/sgrep: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Thu Sep 21 16:06:22 UTC 2017


Author: bofh
Date: Thu Sep 21 16:06:20 2017
New Revision: 450272
URL: https://svnweb.freebsd.org/changeset/ports/450272

Log:
  textproc/sgrep: Add LICENSE GPLv2
  
  - Add PORTSCOUT to limit version 1
  - Fix patches for 'make makepatch'
  - Remove pkg-plist for PLIST_FILES
  - Take MAINTIAINER

Deleted:
  head/textproc/sgrep/pkg-plist
Modified:
  head/textproc/sgrep/Makefile
  head/textproc/sgrep/files/patch-Makefile
  head/textproc/sgrep/files/patch-sgrep.1

Modified: head/textproc/sgrep/Makefile
==============================================================================
--- head/textproc/sgrep/Makefile	Thu Sep 21 16:00:35 2017	(r450271)
+++ head/textproc/sgrep/Makefile	Thu Sep 21 16:06:20 2017	(r450272)
@@ -3,16 +3,20 @@
 
 PORTNAME=	sgrep
 PORTVERSION=	0.99
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/ \
 		LOCAL/jkoshy
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Grep for structured text like SGML and HTML
 
+LICENSE=	GPLv2
+
+PORTSCOUT=	limit:^0\.
 CONFLICTS=	sgrep2-1.*
 
+PLIST_FILES=	bin/sgrep man/man1/sgrep.1.gz share/sgreprc
 # Override the install target in the supplied makefile
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sgrep ${STAGEDIR}${PREFIX}/bin

Modified: head/textproc/sgrep/files/patch-Makefile
==============================================================================
--- head/textproc/sgrep/files/patch-Makefile	Thu Sep 21 16:00:35 2017	(r450271)
+++ head/textproc/sgrep/files/patch-Makefile	Thu Sep 21 16:06:20 2017	(r450272)
@@ -1,5 +1,5 @@
---- Makefile.orig	1996-05-02 19:58:24.000000000 +0800
-+++ Makefile	2011-09-07 09:33:07.000000000 +0800
+--- Makefile.orig	1996-05-02 11:58:24 UTC
++++ Makefile
 @@ -10,11 +10,11 @@
  #
  

Modified: head/textproc/sgrep/files/patch-sgrep.1
==============================================================================
--- head/textproc/sgrep/files/patch-sgrep.1	Thu Sep 21 16:00:35 2017	(r450271)
+++ head/textproc/sgrep/files/patch-sgrep.1	Thu Sep 21 16:06:20 2017	(r450272)
@@ -1,6 +1,6 @@
---- sgrep.1--	Wed Apr 29 12:26:40 1998
-+++ sgrep.1	Wed Apr 29 12:26:49 1998
-@@ -91,7 +91,7 @@
+--- sgrep.1.orig	1996-04-30 06:38:09 UTC
++++ sgrep.1
+@@ -91,7 +91,7 @@ are read by default first from file
  \fB$HOME/.sgreprc,\fP
  or if it doesn't exist,
  from file


More information about the svn-ports-all mailing list