diff options
author | glewis <glewis@FreeBSD.org> | 2004-11-04 07:32:42 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-11-04 07:32:42 +0800 |
commit | 6eda02cb99a0609662a4b7236e2082572b757bc4 (patch) | |
tree | bb7e27dab5f9c5e3d2d3ce509337d2d1cbcdcd2f /sysutils | |
parent | 8539116d102085042d071c0eee0fd76a75410352 (diff) | |
download | freebsd-ports-gnome-6eda02cb99a0609662a4b7236e2082572b757bc4.tar.gz freebsd-ports-gnome-6eda02cb99a0609662a4b7236e2082572b757bc4.tar.zst freebsd-ports-gnome-6eda02cb99a0609662a4b7236e2082572b757bc4.zip |
. Update to 0.3.
PR: 72146
Submitted by: Martin Kammerhofer <dada@sbox.tugraz.at> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cvsweb-converters/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cvsweb-converters/distinfo | 4 | ||||
-rw-r--r-- | sysutils/cvsweb-converters/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/cvsweb-converters/Makefile b/sysutils/cvsweb-converters/Makefile index 32164ea6152f..0dc68c8555e3 100644 --- a/sysutils/cvsweb-converters/Makefile +++ b/sysutils/cvsweb-converters/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvsweb-converters -PORTVERSION= 0.2.3 +PORTVERSION= 0.3 CATEGORIES= sysutils MASTER_SITES= http://www.sbox.TUGraz.at/home/d/dada/distfiles/ diff --git a/sysutils/cvsweb-converters/distinfo b/sysutils/cvsweb-converters/distinfo index 31687e2d6f06..b44ba353c50a 100644 --- a/sysutils/cvsweb-converters/distinfo +++ b/sysutils/cvsweb-converters/distinfo @@ -1,2 +1,2 @@ -MD5 (cvsweb-converters-0.2.3.tar.bz2) = efae240b98c756219c251339754f43f4 -SIZE (cvsweb-converters-0.2.3.tar.bz2) = 55438 +MD5 (cvsweb-converters-0.3.tar.bz2) = c64ee484e0ed6dc21d7c2a10f87306ad +SIZE (cvsweb-converters-0.3.tar.bz2) = 74931 diff --git a/sysutils/cvsweb-converters/pkg-descr b/sysutils/cvsweb-converters/pkg-descr index 00d870cb3219..0f11772c6559 100644 --- a/sysutils/cvsweb-converters/pkg-descr +++ b/sysutils/cvsweb-converters/pkg-descr @@ -4,7 +4,7 @@ This tool is primarily intended for people tracking the development of FreeBSD and other open source projects with a public CVS repository. This package provides three Perl scripts: - + commitlog2cvsweb: converts FreeBSD commitlog files to HTML + + commitlog2cvsweb: converts FreeBSD or DragonFlyBSD commitlog files to HTML + cvsrdiff2cvsweb: converts output of "cvs rdiff -s" to HTML + cvsuplog2cvsweb: converts log output of "cvsup" to HTML |