aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2011-06-22 21:45:15 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2011-06-22 21:45:15 +0000
commitb9b6b896734772b1790c043828b2f3afd759ef4e (patch)
tree2df7d97c0b6f480a665018e33b453527fe78ccb9 /devel
parent3cfbc2180a0927ab9c231474ebcf2cacee9e0628 (diff)
downloadports-b9b6b896734772b1790c043828b2f3afd759ef4e.tar.gz
ports-b9b6b896734772b1790c043828b2f3afd759ef4e.zip
Notes
Diffstat (limited to 'devel')
-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