diff options
-rw-r--r-- | devel/hexcompare/Makefile | 7 | ||||
-rw-r--r-- | devel/hexcompare/distinfo | 5 |
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 |