diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-10 06:48:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-10 06:48:16 +0000 |
commit | 480f031c951ea4971b0c0c6dcfc450cd3254c22e (patch) | |
tree | 12d831edd77eef979aa2b48e2ae5895691136482 /textproc/grap | |
parent | 93120bd418af5fa06d33364f9624a96075c43409 (diff) | |
download | ports-480f031c951ea4971b0c0c6dcfc450cd3254c22e.tar.gz ports-480f031c951ea4971b0c0c6dcfc450cd3254c22e.zip |
Notes
Diffstat (limited to 'textproc/grap')
-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> |