From owner-svn-ports-head@freebsd.org Thu Sep 13 21:54:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87BD8109B334; Thu, 13 Sep 2018 21:54:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1DB0686638; Thu, 13 Sep 2018 21:54:35 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B71E51B61F; Thu, 13 Sep 2018 21:54:35 +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 w8DLsZvn083662; Thu, 13 Sep 2018 21:54:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8DLsZRD083661; Thu, 13 Sep 2018 21:54:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809132154.w8DLsZRD083661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Sep 2018 21:54:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479723 - head/devel/p5-Devel-Callsite X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Devel-Callsite X-SVN-Commit-Revision: 479723 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.27 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: Thu, 13 Sep 2018 21:54:38 -0000 Author: sunpoet Date: Thu Sep 13 21:54:35 2018 New Revision: 479723 URL: https://svnweb.freebsd.org/changeset/ports/479723 Log: Update to 1.0.1 - Add LICENSE - Strip shared library Changes: https://metacpan.org/changes/distribution/Devel-Callsite Modified: head/devel/p5-Devel-Callsite/Makefile head/devel/p5-Devel-Callsite/distinfo Modified: head/devel/p5-Devel-Callsite/Makefile ============================================================================== --- head/devel/p5-Devel-Callsite/Makefile Thu Sep 13 21:54:29 2018 (r479722) +++ head/devel/p5-Devel-Callsite/Makefile Thu Sep 13 21:54:35 2018 (r479723) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Devel-Callsite -PORTVERSION= 0.06 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +9,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Gets current callsite and interpreter context +LICENSE= ART10 GPLv2+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/Artistic +LICENSE_FILE_GPLv2+ = ${WRKSRC}/gpl-2.0.txt + USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/Callsite/Callsite.so .include Modified: head/devel/p5-Devel-Callsite/distinfo ============================================================================== --- head/devel/p5-Devel-Callsite/distinfo Thu Sep 13 21:54:29 2018 (r479722) +++ head/devel/p5-Devel-Callsite/distinfo Thu Sep 13 21:54:35 2018 (r479723) @@ -1,2 +1,3 @@ -SHA256 (Devel-Callsite-0.06.tar.gz) = c7e3cf60bfdf5d1f5b8ab8429624ef94afca6159884fa3bfe2075f599d4d0c79 -SIZE (Devel-Callsite-0.06.tar.gz) = 3320 +TIMESTAMP = 1536860756 +SHA256 (Devel-Callsite-1.0.1.tar.gz) = 766728bfc1456fd348d7224a06a2f040a2120a009e8420246860ad492bb37772 +SIZE (Devel-Callsite-1.0.1.tar.gz) = 63972