From owner-svn-ports-head@FreeBSD.ORG Wed Dec 24 06:15:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DAEE87E; Wed, 24 Dec 2014 06:15:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 613ED1BF1; Wed, 24 Dec 2014 06:15:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBO6F8wI022562; Wed, 24 Dec 2014 06:15:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBO6F7LI022559; Wed, 24 Dec 2014 06:15:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412240615.sBO6F7LI022559@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 24 Dec 2014 06:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375407 - head/net/pecl-geoip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2014 06:15:08 -0000 Author: sunpoet Date: Wed Dec 24 06:15:06 2014 New Revision: 375407 URL: https://svnweb.freebsd.org/changeset/ports/375407 QAT: https://qat.redports.org/buildarchive/r375407/ Log: - Add LICENSE - Change DIST_SUBDIR to PECL - Silence patch message - Reformat pkg-descr - Use PECL as primary WWW - Take maintainership Modified: head/net/pecl-geoip/Makefile head/net/pecl-geoip/distinfo head/net/pecl-geoip/pkg-descr Modified: head/net/pecl-geoip/Makefile ============================================================================== --- head/net/pecl-geoip/Makefile Wed Dec 24 06:15:00 2014 (r375406) +++ head/net/pecl-geoip/Makefile Wed Dec 24 06:15:06 2014 (r375407) @@ -7,18 +7,20 @@ PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz -DIST_SUBDIR= ${PORTNAME} +DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Map IP address to geographic places +LICENSE= PHP301 + LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP USE_PHP= yes USE_PHPEXT= yes +USES= tar:tgz post-patch: - ${REINPLACE_CMD} -e 's/-ldl//g' ${WRKSRC}/config.m4 + @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4 .include Modified: head/net/pecl-geoip/distinfo ============================================================================== --- head/net/pecl-geoip/distinfo Wed Dec 24 06:15:00 2014 (r375406) +++ head/net/pecl-geoip/distinfo Wed Dec 24 06:15:06 2014 (r375407) @@ -1,2 +1,2 @@ -SHA256 (geoip/geoip-1.0.8.tgz) = 08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a -SIZE (geoip/geoip-1.0.8.tgz) = 10061 +SHA256 (PECL/geoip-1.0.8.tgz) = 08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a +SIZE (PECL/geoip-1.0.8.tgz) = 10061 Modified: head/net/pecl-geoip/pkg-descr ============================================================================== --- head/net/pecl-geoip/pkg-descr Wed Dec 24 06:15:00 2014 (r375406) +++ head/net/pecl-geoip/pkg-descr Wed Dec 24 06:15:06 2014 (r375407) @@ -1,5 +1,6 @@ -This PHP extension allows you to find the location of an IP address - -City, State, Country, Longitude, Latitude, and other information as -all, such as ISP and connection type. +This PHP extension allows you to find the location of an IP address - City, +State, Country, Longitude, Latitude, and other information as all, such as ISP +and connection type. For more info, please visit Maxmind's website. -WWW: http://www.maxmind.com/ +WWW: http://pecl.php.net/package/geoip +WWW: http://www.maxmind.com/