aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2011-06-23 05:45:15 +0800
committerskreuzer <skreuzer@FreeBSD.org>2011-06-23 05:45:15 +0800
commite4500d3d612f6113c6834061c1141647dfd4752c (patch)
tree867c85b25a7e0aef7f1527c31e8c96ec335d5cb3
parentf464f60d12dad1ff18fbf162acda2d66edf5c0bb (diff)
downloadfreebsd-ports-gnome-e4500d3d612f6113c6834061c1141647dfd4752c.tar.gz
freebsd-ports-gnome-e4500d3d612f6113c6834061c1141647dfd4752c.tar.zst
freebsd-ports-gnome-e4500d3d612f6113c6834061c1141647dfd4752c.zip
Update to 1.0.2
Fix build with clang
-rw-r--r--devel/hexcompare/Makefile7
-rw-r--r--devel/hexcompare/distinfo5
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/hexcompare/Makefile b/devel/hexcompare/Makefile
index cc7f6eba739a..aaece8b0263e 100644
--- a/devel/hexcompare/Makefile
+++ b/devel/hexcompare/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= hexcompare
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20v${PORTVERSION}
-DISTNAME= ${PORTNAME}-101
+DISTNAME= ${PORTNAME}-102
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Compare and identify differences between two binary files
@@ -18,6 +18,9 @@ LICENSE= GPLv3
PLIST_FILES= bin/hexcompare
+post-patch:
+ ${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
diff --git a/devel/hexcompare/distinfo b/devel/hexcompare/distinfo
index 07145ab65724..d3413120b6ef 100644
--- a/devel/hexcompare/distinfo
+++ b/devel/hexcompare/distinfo
@@ -1,3 +1,2 @@
-MD5 (hexcompare-101.tar.gz) = 34d11965bab5a23f66b4a891b7d569fd
-SHA256 (hexcompare-101.tar.gz) = 3aad559a1784aacd315109ebad47ab99364ad8c9ab6410463f3d457d5d7e7e76
-SIZE (hexcompare-101.tar.gz) = 8718
+SHA256 (hexcompare-102.tar.gz) = ca0effb23521ae9cbc85c3b1d6b6c5e0d88fd70cc96a4eb57a45a7fbebcc7fd7
+SIZE (hexcompare-102.tar.gz) = 8652