From owner-svn-ports-all@freebsd.org Tue Nov 17 11:13:31 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4EE5E2E8AF2; Tue, 17 Nov 2020 11:13:31 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cb3GM1lWfz4Vvn; Tue, 17 Nov 2020 11:13:31 +0000 (UTC) (envelope-from lbartoletti@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F0D41EA70; Tue, 17 Nov 2020 11:13:31 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AHBDVrX093126; Tue, 17 Nov 2020 11:13:31 GMT (envelope-from lbartoletti@FreeBSD.org) Received: (from lbartoletti@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AHBDVBg093125; Tue, 17 Nov 2020 11:13:31 GMT (envelope-from lbartoletti@FreeBSD.org) Message-Id: <202011171113.0AHBDVBg093125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lbartoletti set sender to lbartoletti@FreeBSD.org using -f From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= Date: Tue, 17 Nov 2020 11:13:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555549 - head/graphics/proj X-SVN-Group: ports-head X-SVN-Commit-Author: lbartoletti X-SVN-Commit-Paths: head/graphics/proj X-SVN-Commit-Revision: 555549 X-SVN-Commit-Repository: ports 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.34 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: Tue, 17 Nov 2020 11:13:31 -0000 Author: lbartoletti Date: Tue Nov 17 11:13:30 2020 New Revision: 555549 URL: https://svnweb.freebsd.org/changeset/ports/555549 Log: graphics/proj: fix r555543 Reported by: cmt Modified: head/graphics/proj/Makefile Modified: head/graphics/proj/Makefile ============================================================================== --- head/graphics/proj/Makefile Tue Nov 17 11:05:29 2020 (r555548) +++ head/graphics/proj/Makefile Tue Nov 17 11:13:30 2020 (r555549) @@ -10,24 +10,32 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DATUM_GRID_FILES} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= wen@FreeBSD.org COMMENT= Cartographic Projections library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libtiff.so:graphics/tiff \ + libcurl.so:ftp/curl + USES= compiler:c++11-lang gmake libtool pathfix pkgconfig sqlite USE_LDCONFIG= yes -GNU_CONFIGURE= yes +OPTIONS_DEFINE= DATA +OPTIONS_SUB= yes -CONFLICTS_INSTALL= proj5-5.[0-9]*.[0-9]* +DATA_DISTFILES= proj-data-1.0${EXTRACT_SUFX} +GNU_CONFIGURE= yes + DATUM_GRID_FILES= proj-datumgrid-1.8.zip \ proj-datumgrid-europe-1.3.zip \ proj-datumgrid-north-america-1.2.zip \ proj-datumgrid-oceania-1.0.zip \ proj-datumgrid-world-1.0.zip +SUB_FILES= pkg-message +SUB_LIST= PREFIX=${PREFIX} INSTALL_TARGET= install-strip TEST_TARGET= check