diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-10 14:48:16 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-10 14:48:16 +0800 |
commit | 7d034d0e8e332135e7abc5ccb001bb17a6f42f90 (patch) | |
tree | aeb6c6f6a9969de0ae40655a64d6334c82e2ff8a /textproc | |
parent | 7dab2aab902bb21c3af36ff2d95385b7edb7d9b2 (diff) | |
download | freebsd-ports-gnome-7d034d0e8e332135e7abc5ccb001bb17a6f42f90.tar.gz freebsd-ports-gnome-7d034d0e8e332135e7abc5ccb001bb17a6f42f90.tar.zst freebsd-ports-gnome-7d034d0e8e332135e7abc5ccb001bb17a6f42f90.zip |
Maintainer update to version 1.27
PR: ports/46921
Submitted by: Ted Faber <faber@lunabase.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/grap/Makefile | 2 | ||||
-rw-r--r-- | textproc/grap/distinfo | 2 | ||||
-rw-r--r-- | textproc/grap/files/patch-grap-h | 10 |
3 files changed, 2 insertions, 12 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile index 477bca9bc5d6..43d737d64312 100644 --- a/textproc/grap/Makefile +++ b/textproc/grap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grap -PORTVERSION= 1.26 +PORTVERSION= 1.27 CATEGORIES= textproc graphics MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/ diff --git a/textproc/grap/distinfo b/textproc/grap/distinfo index af27258cedd2..39e8b3357524 100644 --- a/textproc/grap/distinfo +++ b/textproc/grap/distinfo @@ -1 +1 @@ -MD5 (grap-1.26.tar.gz) = b0fc9513dd02ebc0e31e3a38486542e6 +MD5 (grap-1.27.tar.gz) = 41a8a6d5067049749ec1cf954b84142d diff --git a/textproc/grap/files/patch-grap-h b/textproc/grap/files/patch-grap-h deleted file mode 100644 index 770af072fa35..000000000000 --- a/textproc/grap/files/patch-grap-h +++ /dev/null @@ -1,10 +0,0 @@ ---- grap.h.orig Sun Nov 24 03:19:42 2002 -+++ grap.h Sun Nov 24 03:20:51 2002 -@@ -55,6 +55,7 @@ - - using namespace std; - -+#include <vector> - #include <string> - #include <list> - #include <algorithm> |