From owner-svn-ports-all@freebsd.org Fri Dec 4 12:35:53 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC9F8A4064B; Fri, 4 Dec 2015 12:35:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 958341602; Fri, 4 Dec 2015 12:35:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB4CZq5T017700; Fri, 4 Dec 2015 12:35:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4CZqXL017697; Fri, 4 Dec 2015 12:35:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512041235.tB4CZqXL017697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Dec 2015 12:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402979 - head/net/libmaxminddb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 12:35:54 -0000 Author: sunpoet Date: Fri Dec 4 12:35:52 2015 New Revision: 402979 URL: https://svnweb.freebsd.org/changeset/ports/402979 Log: - Update to 1.1.1 - Add LICENSE_FILE - Use INSTALL_TARGET=install-strip - Take maintainership Changes: https://github.com/maxmind/libmaxminddb/releases PR: 204868 Submitted by: sunpoet (myself) Approved by: Matthew D. Fuller (maintainer) Modified: head/net/libmaxminddb/Makefile head/net/libmaxminddb/distinfo head/net/libmaxminddb/pkg-plist Modified: head/net/libmaxminddb/Makefile ============================================================================== --- head/net/libmaxminddb/Makefile Fri Dec 4 12:35:48 2015 (r402978) +++ head/net/libmaxminddb/Makefile Fri Dec 4 12:35:52 2015 (r402979) @@ -1,20 +1,19 @@ # $FreeBSD$ PORTNAME= libmaxminddb -DISTVERSION= 1.0.4 +PORTVERSION= 1.1.1 CATEGORIES= net -MASTER_SITES= https://github.com/maxmind/libmaxminddb/releases/download/${DISTVERSION}/ +MASTER_SITES= https://github.com/maxmind/libmaxminddb/releases/download/${PORTVERSION}/ -MAINTAINER= fullermd@over-yonder.net +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for the MaxMind DB file format used for GeoIP2 LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool -post-stage: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmaxminddb.so.0.0.7 - .include Modified: head/net/libmaxminddb/distinfo ============================================================================== --- head/net/libmaxminddb/distinfo Fri Dec 4 12:35:48 2015 (r402978) +++ head/net/libmaxminddb/distinfo Fri Dec 4 12:35:52 2015 (r402979) @@ -1,2 +1,2 @@ -SHA256 (libmaxminddb-1.0.4.tar.gz) = ac2c2d52725e13e67885ef030b9e58c1666426d536006ddfad1a8cca5a043f7a -SIZE (libmaxminddb-1.0.4.tar.gz) = 471911 +SHA256 (libmaxminddb-1.1.1.tar.gz) = 60060bc081573220d4633e4cbb26f999521c0f197304bc7f5ea700fc26ef2276 +SIZE (libmaxminddb-1.1.1.tar.gz) = 649467 Modified: head/net/libmaxminddb/pkg-plist ============================================================================== --- head/net/libmaxminddb/pkg-plist Fri Dec 4 12:35:48 2015 (r402978) +++ head/net/libmaxminddb/pkg-plist Fri Dec 4 12:35:52 2015 (r402979) @@ -1,5 +1,4 @@ bin/mmdblookup -include/maxminddb-compat-util.h include/maxminddb.h include/maxminddb_config.h lib/libmaxminddb.a