From owner-svn-ports-head@freebsd.org Fri Sep 15 19:17:25 2017 Return-Path: Delivered-To: svn-ports-head@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 1E734E03CBD; Fri, 15 Sep 2017 19:17:25 +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 C7C6F74490; Fri, 15 Sep 2017 19:17:24 +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 v8FJHND9025184; Fri, 15 Sep 2017 19:17:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8FJHNGV025181; Fri, 15 Sep 2017 19:17:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709151917.v8FJHNGV025181@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, 15 Sep 2017 19:17:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449923 - head/devel/shapelib X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/shapelib X-SVN-Commit-Revision: 449923 X-SVN-Commit-Repository: ports 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.23 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: Fri, 15 Sep 2017 19:17:25 -0000 Author: sunpoet Date: Fri Sep 15 19:17:23 2017 New Revision: 449923 URL: https://svnweb.freebsd.org/changeset/ports/449923 Log: Update to 1.4.1 - Add LICENSE_FILE - Change PORTDOCS=* to PLIST entries Changes: http://shapelib.maptools.org/release.html Modified: head/devel/shapelib/Makefile head/devel/shapelib/distinfo head/devel/shapelib/pkg-plist Modified: head/devel/shapelib/Makefile ============================================================================== --- head/devel/shapelib/Makefile Fri Sep 15 19:17:17 2017 (r449922) +++ head/devel/shapelib/Makefile Fri Sep 15 19:17:23 2017 (r449923) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shapelib -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel geography MASTER_SITES= http://download.osgeo.org/shapelib/ \ ftp://ftp.remotesensing.org/shapelib/ \ @@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= C API for reading and writing ArcView Shapefiles LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS PROJ OPTIONS_SUB= yes @@ -21,8 +22,6 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool localbase pathfix - -PORTDOCS= * PROJ_CONFIGURE_OFF= --with-proj-cflags="" --with-proj-libs="" PROJ_LIB_DEPENDS= libproj.so:graphics/proj Modified: head/devel/shapelib/distinfo ============================================================================== --- head/devel/shapelib/distinfo Fri Sep 15 19:17:17 2017 (r449922) +++ head/devel/shapelib/distinfo Fri Sep 15 19:17:23 2017 (r449923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481467052 -SHA256 (shapelib-1.4.0.tar.gz) = 3eddd5f2690f2cf18d8d9798267537a2102a289020b9818f9a31eb626f91a7a1 -SIZE (shapelib-1.4.0.tar.gz) = 548990 +TIMESTAMP = 1505487231 +SHA256 (shapelib-1.4.1.tar.gz) = a4c94817365761a3a4c21bb3ca1c680a6bdfd3edd61df9fdd291d3e7645923b3 +SIZE (shapelib-1.4.1.tar.gz) = 549831 Modified: head/devel/shapelib/pkg-plist ============================================================================== --- head/devel/shapelib/pkg-plist Fri Sep 15 19:17:17 2017 (r449922) +++ head/devel/shapelib/pkg-plist Fri Sep 15 19:17:23 2017 (r449923) @@ -24,5 +24,13 @@ include/shapefil.h lib/libshp.a lib/libshp.so lib/libshp.so.2 -lib/libshp.so.2.0.1 +lib/libshp.so.2.0.2 libdata/pkgconfig/shapelib.pc +%%PORTDOCS%%%%DOCSDIR%%/codepage.html +%%PORTDOCS%%%%DOCSDIR%%/dbf_api.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/license.html +%%PORTDOCS%%%%DOCSDIR%%/manifest.html +%%PORTDOCS%%%%DOCSDIR%%/release.html +%%PORTDOCS%%%%DOCSDIR%%/shapelib-tools.html +%%PORTDOCS%%%%DOCSDIR%%/shp_api.html