From owner-svn-ports-head@freebsd.org Wed Nov 11 16:51:45 2015 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 EF40AA2CBC0; Wed, 11 Nov 2015 16:51:45 +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 9D9FB18DA; Wed, 11 Nov 2015 16:51:45 +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 tABGpiNd068324; Wed, 11 Nov 2015 16:51:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGpiu6068322; Wed, 11 Nov 2015 16:51:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111651.tABGpiu6068322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:51:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401262 - head/devel/p5-DateTime-Set 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.20 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, 11 Nov 2015 16:51:46 -0000 Author: sunpoet Date: Wed Nov 11 16:51:44 2015 New Revision: 401262 URL: https://svnweb.freebsd.org/changeset/ports/401262 Log: - Update to 0.3500 - Add LICENSE_FILE - Add NO_ARCH - Convert to new options target helper Changes: http://search.cpan.org/dist/DateTime-Set/Changes Modified: head/devel/p5-DateTime-Set/Makefile head/devel/p5-DateTime-Set/distinfo Modified: head/devel/p5-DateTime-Set/Makefile ============================================================================== --- head/devel/p5-DateTime-Set/Makefile Wed Nov 11 16:51:39 2015 (r401261) +++ head/devel/p5-DateTime-Set/Makefile Wed Nov 11 16:51:44 2015 (r401262) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= DateTime-Set -PORTVERSION= 0.34 +PORTVERSION= 0.35 DISTVERSIONSUFFIX= 00 -PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Datetime sets and set math LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DateTime>=0.12:${PORTSDIR}/devel/p5-DateTime \ p5-Set-Infinite>=0.59:${PORTSDIR}/devel/p5-Set-Infinite @@ -20,12 +20,13 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS +NO_ARCH= yes USES= perl5 USE_PERL5= configure PORTDOCS= Changes README TODO -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." Modified: head/devel/p5-DateTime-Set/distinfo ============================================================================== --- head/devel/p5-DateTime-Set/distinfo Wed Nov 11 16:51:39 2015 (r401261) +++ head/devel/p5-DateTime-Set/distinfo Wed Nov 11 16:51:44 2015 (r401262) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Set-0.3400.tar.gz) = abff0431185a11824a2edda8b8934bc3d52d8a8612b24469e1c8c8f9533247ac -SIZE (DateTime-Set-0.3400.tar.gz) = 44951 +SHA256 (DateTime-Set-0.3500.tar.gz) = e983286167d99051f567a7a4b10ec2e67f8571f1766238e5d47fe076c5be8131 +SIZE (DateTime-Set-0.3500.tar.gz) = 44863