diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2017-09-21 16:06:20 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2017-09-21 16:06:20 +0000 |
commit | 3a946c7f6accbb1d123aeadb268b84bd55c1ef23 (patch) | |
tree | 11838589e28235ddb4976cbc0f9078f9fb67324b /textproc/sgrep | |
parent | 8bf689c5c6bcaf6e96a8e3b7aee889a71f48a9aa (diff) | |
download | ports-3a946c7f6accbb1d123aeadb268b84bd55c1ef23.tar.gz ports-3a946c7f6accbb1d123aeadb268b84bd55c1ef23.zip |
Notes
Diffstat (limited to 'textproc/sgrep')
-rw-r--r-- | textproc/sgrep/Makefile | 8 | ||||
-rw-r--r-- | textproc/sgrep/files/patch-Makefile | 4 | ||||
-rw-r--r-- | textproc/sgrep/files/patch-sgrep.1 | 6 | ||||
-rw-r--r-- | textproc/sgrep/pkg-plist | 3 |
4 files changed, 11 insertions, 10 deletions
diff --git a/textproc/sgrep/Makefile b/textproc/sgrep/Makefile index 971ff1d9f460..0157c955cb46 100644 --- a/textproc/sgrep/Makefile +++ b/textproc/sgrep/Makefile @@ -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@FreeBSD.org +MAINTAINER= bofh@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 diff --git a/textproc/sgrep/files/patch-Makefile b/textproc/sgrep/files/patch-Makefile index b9f6d99fe34f..6339193264a0 100644 --- a/textproc/sgrep/files/patch-Makefile +++ b/textproc/sgrep/files/patch-Makefile @@ -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 @@ # diff --git a/textproc/sgrep/files/patch-sgrep.1 b/textproc/sgrep/files/patch-sgrep.1 index 25d8e32eaa4d..7d6d318ae50b 100644 --- a/textproc/sgrep/files/patch-sgrep.1 +++ b/textproc/sgrep/files/patch-sgrep.1 @@ -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 diff --git a/textproc/sgrep/pkg-plist b/textproc/sgrep/pkg-plist deleted file mode 100644 index 6044661a1d61..000000000000 --- a/textproc/sgrep/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/sgrep -man/man1/sgrep.1.gz -share/sgreprc |