diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-10 09:15:04 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-10 09:15:04 +0800 |
commit | 6c33c8c5a02db5e66e9b69d141710d8f984c42e3 (patch) | |
tree | 2fce4af51d745bbd6c42263d6efbbacf4c281ddb /devel/cvsgraph | |
parent | 0bae801611c634393069c831d18d18f3b05b8298 (diff) | |
download | freebsd-ports-gnome-6c33c8c5a02db5e66e9b69d141710d8f984c42e3.tar.gz freebsd-ports-gnome-6c33c8c5a02db5e66e9b69d141710d8f984c42e3.tar.zst freebsd-ports-gnome-6c33c8c5a02db5e66e9b69d141710d8f984c42e3.zip |
- Update to 1.6.1
PR: ports/99963
Submitted by: clsung
Reviewed by: maintainer (Serge Gagnon)
Approved by: maintainer
Diffstat (limited to 'devel/cvsgraph')
-rw-r--r-- | devel/cvsgraph/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsgraph/distinfo | 6 | ||||
-rw-r--r-- | devel/cvsgraph/files/pkg-message.in | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index fb50b8064d91..39e6a2865033 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvsgraph -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= devel graphics MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/ @@ -26,7 +26,7 @@ EXAMPLES= cvsgraphwrapper.php3 mkimage.php3 MORE_EXAMPLES= README.Automatic_documentation checkoutlist commit_action.sh \ commitinfo cvswrappers tag_action.sh taginfo PLIST= ${WRKDIR}/pkg-plist -SUB_FILES= pkg-message +SUB_FILES= pkg-message GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \ --with-gd-lib=${LOCALBASE}/lib diff --git a/devel/cvsgraph/distinfo b/devel/cvsgraph/distinfo index 45971942aecf..2ac993180f75 100644 --- a/devel/cvsgraph/distinfo +++ b/devel/cvsgraph/distinfo @@ -1,3 +1,3 @@ -MD5 (cvsgraph-1.6.0.tar.gz) = d8919dc9617ab4cf8bf658b7fbd1df0e -SHA256 (cvsgraph-1.6.0.tar.gz) = 43ee5d1358ee1b2b88ca1fbd1e8078f47fa8e90dd6b231b72c7f758a29acde6d -SIZE (cvsgraph-1.6.0.tar.gz) = 114186 +MD5 (cvsgraph-1.6.1.tar.gz) = 2f3da8e85de67d0690b120b33304f966 +SHA256 (cvsgraph-1.6.1.tar.gz) = 05cdbed36bb2dd37aa382fc7f4410caac20dcf9176a50e922551cdc965dbc60b +SIZE (cvsgraph-1.6.1.tar.gz) = 114337 diff --git a/devel/cvsgraph/files/pkg-message.in b/devel/cvsgraph/files/pkg-message.in index a049a001bacd..44cef12d96db 100644 --- a/devel/cvsgraph/files/pkg-message.in +++ b/devel/cvsgraph/files/pkg-message.in @@ -1,3 +1,3 @@ -You must copy %%PREFIX%%/cvsgraph.conf.sample to -%%PREFIX%%/cvsgraph.conf in order to use cvsgraph. +You must copy %%PREFIX%%/etc/cvsgraph.conf.sample to +%%PREFIX%%/etc/cvsgraph.conf in order to use cvsgraph. |