diff options
-rw-r--r-- | sysutils/ipdbtools/Makefile | 22 | ||||
-rw-r--r-- | sysutils/ipdbtools/distinfo | 6 |
2 files changed, 10 insertions, 18 deletions
diff --git a/sysutils/ipdbtools/Makefile b/sysutils/ipdbtools/Makefile index 350ccc339b44..898586e37f64 100644 --- a/sysutils/ipdbtools/Makefile +++ b/sysutils/ipdbtools/Makefile @@ -1,23 +1,20 @@ # $FreeBSD$ PORTNAME= ipdbtools -PORTVERSION= 1.1.1 -PORTREVISION= 3 +DISTVERSIONPREFIX= v +DISTVERSION= 1.1.2 CATEGORIES= sysutils -MASTER_SITES= http://cyclaero.com/public/ipdbtools/ MAINTAINER= cyclaero@gmail.com COMMENT= Tools for IP based Geo-blocking and Geo-routing LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= fails to compile: error: invalid conversion between vector type and integer type -BROKEN_armv6= fails to compile: error: invalid conversion between vector type and integer type -BROKEN_armv7= fails to compile: error: invalid conversion between vector type and integer type - -USES= tar:bzip2 compiler:c11 - -CFLAGS_amd64= -mssse3 +USES= compiler:c11 +USE_GITHUB= yes +GH_ACCOUNT= cyclaero +GH_PROJECT= ipdb PLIST_FILES= bin/ipup \ bin/ipdb \ @@ -27,9 +24,4 @@ PLIST_FILES= bin/ipup \ man/man1/ipdb.1.gz \ man/man1/ipdb-update.sh.1.gz -post-patch: - @${REINPLACE_CMD} -e 's|-g0 -Ofast -mssse3|${CFLAGS}|' \ - ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e '/tmmintrin\.h/d' ${WRKSRC}/store.c - .include <bsd.port.mk> diff --git a/sysutils/ipdbtools/distinfo b/sysutils/ipdbtools/distinfo index f61bc4762f4d..bdd637e2fa6c 100644 --- a/sysutils/ipdbtools/distinfo +++ b/sysutils/ipdbtools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471297271 -SHA256 (ipdbtools-1.1.1.tar.bz2) = 9d0455a8c8b46c45a0f28fe466ad0915525c2eee86b28d0253f7d1f63309a609 -SIZE (ipdbtools-1.1.1.tar.bz2) = 19819 +TIMESTAMP = 1521482546 +SHA256 (cyclaero-ipdb-v1.1.2_GH0.tar.gz) = 63af93937b13edb399ed268a41cc39aab3fe84f06e79cf5a5d22cdedb2f9280b +SIZE (cyclaero-ipdb-v1.1.2_GH0.tar.gz) = 55424 |