From owner-svn-ports-head@freebsd.org Mon Sep 11 13:16:08 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 DCF6AE0B651; Mon, 11 Sep 2017 13:16:08 +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 A92C98FD; Mon, 11 Sep 2017 13:16:08 +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 v8BDG7GZ038035; Mon, 11 Sep 2017 13:16:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8BDG7DK038033; Mon, 11 Sep 2017 13:16:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709111316.v8BDG7DK038033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 11 Sep 2017 13:16:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449638 - head/databases/p5-DBD-Sybase X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DBD-Sybase X-SVN-Commit-Revision: 449638 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: Mon, 11 Sep 2017 13:16:09 -0000 Author: sunpoet Date: Mon Sep 11 13:16:07 2017 New Revision: 449638 URL: https://svnweb.freebsd.org/changeset/ports/449638 Log: Update to 1.16 - Add LICENSE - Strip shared library Changes: http://search.cpan.org/dist/DBD-Sybase/CHANGES Modified: head/databases/p5-DBD-Sybase/Makefile head/databases/p5-DBD-Sybase/distinfo Modified: head/databases/p5-DBD-Sybase/Makefile ============================================================================== --- head/databases/p5-DBD-Sybase/Makefile Mon Sep 11 13:16:00 2017 (r449637) +++ head/databases/p5-DBD-Sybase/Makefile Mon Sep 11 13:16:07 2017 (r449638) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-Sybase -PORTVERSION= 1.15 -PORTREVISION= 2 +PORTVERSION= 1.16 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Sybase DBI driver for Perl 5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI LIB_DEPENDS= libct.so:databases/freetds -RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI +RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ENV= SYBASE=${LOCALBASE} USES= gettext perl5 @@ -22,5 +24,8 @@ USE_PERL5= configure .if defined(BATCH) CONFIGURE_ARGS= < /dev/null .endif + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/Sybase/Sybase.so .include Modified: head/databases/p5-DBD-Sybase/distinfo ============================================================================== --- head/databases/p5-DBD-Sybase/distinfo Mon Sep 11 13:16:00 2017 (r449637) +++ head/databases/p5-DBD-Sybase/distinfo Mon Sep 11 13:16:07 2017 (r449638) @@ -1,2 +1,3 @@ -SHA256 (DBD-Sybase-1.15.tar.gz) = 0b53aa979dde6ab56c9f35f35ca5002cbb041aa8a38e3c4a9dea74a0b31c1584 -SIZE (DBD-Sybase-1.15.tar.gz) = 199856 +TIMESTAMP = 1505127704 +SHA256 (DBD-Sybase-1.16.tar.gz) = 67f427e8b7ffae2acc3cc8984463d878abbb2289bc17db79a294e56c8311d6cc +SIZE (DBD-Sybase-1.16.tar.gz) = 200419