Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2018 04:48:47 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465063 - head/sysutils/ipdbtools
Message-ID:  <201803200448.w2K4mlsr063432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Mar 20 04:48:47 2018
New Revision: 465063
URL: https://svnweb.freebsd.org/changeset/ports/465063

Log:
  sysutils/ipdbtools: Update to 1.1.2
  
  Port changes:
  * Rhange to github
  * Add LICENSE_FILE
  * Remove BROKEN_xx because these are now not broken
  * Remove post-patch
  
  PR:		226566
  Submitted by:	cyclaero@gmail.com (maintainer)

Modified:
  head/sysutils/ipdbtools/Makefile
  head/sysutils/ipdbtools/distinfo

Modified: head/sysutils/ipdbtools/Makefile
==============================================================================
--- head/sysutils/ipdbtools/Makefile	Tue Mar 20 03:39:57 2018	(r465062)
+++ head/sysutils/ipdbtools/Makefile	Tue Mar 20 04:48:47 2018	(r465063)
@@ -1,24 +1,21 @@
 # $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=		compiler:c11
+USE_GITHUB=	yes
+GH_ACCOUNT=	cyclaero
+GH_PROJECT=	ipdb
 
-USES=		tar:bzip2 compiler:c11
-
-CFLAGS_amd64=	-mssse3
-
 PLIST_FILES=	bin/ipup \
 		bin/ipdb \
 		bin/ipdb-update.sh \
@@ -26,10 +23,5 @@ PLIST_FILES=	bin/ipup \
 		man/man1/ipup.1.gz \
 		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>

Modified: head/sysutils/ipdbtools/distinfo
==============================================================================
--- head/sysutils/ipdbtools/distinfo	Tue Mar 20 03:39:57 2018	(r465062)
+++ head/sysutils/ipdbtools/distinfo	Tue Mar 20 04:48:47 2018	(r465063)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803200448.w2K4mlsr063432>