diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-14 21:31:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-14 21:31:09 +0800 |
commit | 87e196a3528601954c5c1dfa652b904a0be6497b (patch) | |
tree | bb014a5fdc1a69bc9b4ffa161c8f5e196dc839e7 /devel | |
parent | 8a3840aef5a9b93979db5764b01a5aa2484733aa (diff) | |
download | freebsd-ports-gnome-87e196a3528601954c5c1dfa652b904a0be6497b.tar.gz freebsd-ports-gnome-87e196a3528601954c5c1dfa652b904a0be6497b.tar.zst freebsd-ports-gnome-87e196a3528601954c5c1dfa652b904a0be6497b.zip |
- Update to 1.7.0
PR: 129090
Submitted by: "Beat Gätzi" <beat@chruetertee.ch> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsgraph/Makefile | 10 | ||||
-rw-r--r-- | devel/cvsgraph/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index d1e78f91afd4..13c3ad63197f 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -6,8 +6,7 @@ # PORTNAME= cvsgraph -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.7.0 CATEGORIES= devel graphics MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/ @@ -22,15 +21,16 @@ MAN1= cvsgraph.1 MAN5= cvsgraph.conf.5 DOCDIR= share/doc/${PORTNAME} -DOCS= ChangeLog LICENSE README -EXAMPLES= cvsgraphwrapper.php3 mkimage.php3 +DOCS= ChangeLog README +EXAMPLES= cvsgraphwrapper.php mkimage.php MORE_EXAMPLES= README.Automatic_documentation checkoutlist commit_action.sh \ commitinfo cvswrappers tag_action.sh taginfo PLIST= ${WRKDIR}/pkg-plist SUB_FILES= pkg-message GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \ - --with-gd-lib=${LOCALBASE}/lib + --with-gd-lib=${LOCALBASE}/lib CFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${PREFIX}/lib" REINPLACE_ARGS= -i "" pre-patch: diff --git a/devel/cvsgraph/distinfo b/devel/cvsgraph/distinfo index 2ac993180f75..a6d2051eed73 100644 --- a/devel/cvsgraph/distinfo +++ b/devel/cvsgraph/distinfo @@ -1,3 +1,3 @@ -MD5 (cvsgraph-1.6.1.tar.gz) = 2f3da8e85de67d0690b120b33304f966 -SHA256 (cvsgraph-1.6.1.tar.gz) = 05cdbed36bb2dd37aa382fc7f4410caac20dcf9176a50e922551cdc965dbc60b -SIZE (cvsgraph-1.6.1.tar.gz) = 114337 +MD5 (cvsgraph-1.7.0.tar.gz) = 8194c0c6f6837fcfa3ad0fab5dfc0597 +SHA256 (cvsgraph-1.7.0.tar.gz) = 74438faaefd325c7a8ed289ea5d1657befe1d1859d55f8fbbcc7452f4efd435f +SIZE (cvsgraph-1.7.0.tar.gz) = 202678 |