diff options
author | kevlo <kevlo@FreeBSD.org> | 2008-02-15 13:21:36 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2008-02-15 13:21:36 +0800 |
commit | fffa457939c9ca67ee0d6c83b6771a2846c972e4 (patch) | |
tree | 5d6dc42434a0b72a7be046e6cf9ff2e64ea1afb8 /textproc | |
parent | 8d96bd50c8258d1c238fcb53bdf040a8e66fa45a (diff) | |
download | freebsd-ports-gnome-fffa457939c9ca67ee0d6c83b6771a2846c972e4.tar.gz freebsd-ports-gnome-fffa457939c9ca67ee0d6c83b6771a2846c972e4.tar.zst freebsd-ports-gnome-fffa457939c9ca67ee0d6c83b6771a2846c972e4.zip |
Update to 4.1.4
PR: ports/120594
Submitted by: Felippe de Meirelles Motta <lippemail at gmail dot com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tkdiff/Makefile | 11 | ||||
-rw-r--r-- | textproc/tkdiff/distinfo | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile index ed0b1bad6ad9..98edd7f90d89 100644 --- a/textproc/tkdiff/Makefile +++ b/textproc/tkdiff/Makefile @@ -6,10 +6,9 @@ # PORTNAME= tkdiff -PORTVERSION= 4.1.3 +PORTVERSION= 4.1.4 CATEGORIES= textproc tk84 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-unix MAINTAINER= kevlo@FreeBSD.org @@ -17,18 +16,14 @@ COMMENT= A Tk frontend for diff(1) RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -WRKSRC= ${WRKDIR}/${DISTNAME} - NO_BUILD= yes -NO_WRKSUBDIR= yes - PLIST_FILES= bin/tkdiff post-patch: @${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/tkdiff do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin .include <bsd.port.mk> diff --git a/textproc/tkdiff/distinfo b/textproc/tkdiff/distinfo index 945302b5cdee..c1c44b91a565 100644 --- a/textproc/tkdiff/distinfo +++ b/textproc/tkdiff/distinfo @@ -1,3 +1,3 @@ -MD5 (tkdiff-4.1.3-unix.tar.gz) = 1f5ad94eb05750e29aba72ae23f85c82 -SHA256 (tkdiff-4.1.3-unix.tar.gz) = 5af91ab5490e88a19d6cd63f92cd88cea2f085ac19640751c84067798e6d9291 -SIZE (tkdiff-4.1.3-unix.tar.gz) = 89665 +MD5 (tkdiff-4.1.4-unix.tar.gz) = f904fbbb71ab2ab5390f747e6c1114ee +SHA256 (tkdiff-4.1.4-unix.tar.gz) = cd93523e1480129b6edec6fc0ac10cb58023b35c511349dcab53bec507bdb8a7 +SIZE (tkdiff-4.1.4-unix.tar.gz) = 89870 |