diff options
author | mich <mich@FreeBSD.org> | 2004-06-24 13:45:50 +0000 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2004-06-24 13:45:50 +0000 |
commit | f7f7e6b9e4c36347e5fafe3c2e08980596192c55 (patch) | |
tree | 0ae0c4e30624248eb74191c8daa4f6ecbf2bbc87 /devel/cvsdelta | |
parent | 8608cccb2e19ec40850b9500904759ecde8243fe (diff) | |
download | FreeBSD-ports-f7f7e6b9e4c36347e5fafe3c2e08980596192c55.zip FreeBSD-ports-f7f7e6b9e4c36347e5fafe3c2e08980596192c55.tar.gz |
Update to -> 1.7.0
- Fixed handling of newly added files.
- Fix file removal
- Other bugfixing
Diffstat (limited to 'devel/cvsdelta')
-rw-r--r-- | devel/cvsdelta/Makefile | 5 | ||||
-rw-r--r-- | devel/cvsdelta/distinfo | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/devel/cvsdelta/Makefile b/devel/cvsdelta/Makefile index aed265a..766abb9 100644 --- a/devel/cvsdelta/Makefile +++ b/devel/cvsdelta/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cvsdelta -PORTVERSION= 1.6.9 +PORTVERSION= 1.7.0 CATEGORIES= devel MASTER_SITES= http://belnet.dl.sourceforge.net/sourceforge/cvsdelta/ \ ${MASTER_SITE_SOURCEFORGE} @@ -20,9 +20,6 @@ USE_RUBY= yes NO_BUILD= yes USE_REINPLACE= yes -post-patch: - @${REINPLACE_CMD} -e 's|^#!/usr/bin/ruby|#!${RUBY}|' ${WRKSRC}/*.rb - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/cvsdelta.1 ${PREFIX}/man/man1/ diff --git a/devel/cvsdelta/distinfo b/devel/cvsdelta/distinfo index befb3ce..e9fec60 100644 --- a/devel/cvsdelta/distinfo +++ b/devel/cvsdelta/distinfo @@ -1,2 +1,2 @@ -MD5 (cvsdelta-1.6.9.tar.gz) = 7c23a10bd4c58179bcdee3bbdafe4f6a -SIZE (cvsdelta-1.6.9.tar.gz) = 32266 +MD5 (cvsdelta-1.7.0.tar.gz) = 63b98328dff023b9d7b6bb3fca5d7706 +SIZE (cvsdelta-1.7.0.tar.gz) = 20390 |