Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 18:22:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328840 - head/devel/p5-DateTime-Astro
Message-ID:  <201309301822.r8UIMMLt041390@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 30 18:22:22 2013
New Revision: 328840
URL: http://svnweb.freebsd.org/changeset/ports/328840

Log:
  - Update to 1.00
  - Convert to new LIB_DEPENDS format
  - Support STAGEDIR
  
  Changes:	http://search.cpan.org/dist/DateTime-Astro/Changes

Modified:
  head/devel/p5-DateTime-Astro/Makefile
  head/devel/p5-DateTime-Astro/distinfo   (contents, props changed)
  head/devel/p5-DateTime-Astro/pkg-plist   (contents, props changed)

Modified: head/devel/p5-DateTime-Astro/Makefile
==============================================================================
--- head/devel/p5-DateTime-Astro/Makefile	Mon Sep 30 18:20:59 2013	(r328839)
+++ head/devel/p5-DateTime-Astro/Makefile	Mon Sep 30 18:22:22 2013	(r328840)
@@ -2,30 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime-Astro
-PORTVERSION=	0.99.999
+PORTVERSION=	1.00
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DMAKI
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}_03
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Functions For Astromical Calendars
 
 BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
 		p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set
-LIB_DEPENDS=	mpfr:${PORTSDIR}/math/mpfr
+LIB_DEPENDS=	libmpfr.so:${PORTSDIR}/math/mpfr
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 USE_PERL5=	configure
 USES=		gmake perl5
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
-MAN3=		DateTime::Astro.3 \
-		DateTime::Event::SolarTerm.3
-
-NO_STAGE=	yes
 post-configure:
 	@${REINPLACE_CMD} -e '/^INC = / s|$$| -I${LOCALBASE}/include|' ${WRKSRC}/Makefile
 

Modified: head/devel/p5-DateTime-Astro/distinfo
==============================================================================
--- head/devel/p5-DateTime-Astro/distinfo	Mon Sep 30 18:20:59 2013	(r328839)
+++ head/devel/p5-DateTime-Astro/distinfo	Mon Sep 30 18:22:22 2013	(r328840)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Astro-0.99999_03.tar.gz) = 7a1ad554bf2e4b107414c72e53561f046261602292fe11ba107e73d82cdf3700
-SIZE (DateTime-Astro-0.99999_03.tar.gz) = 95982
+SHA256 (DateTime-Astro-1.00.tar.gz) = ff4904293eb6219a35167dee4d10dcab0207ead695299cd40b56e87e18cf9fec
+SIZE (DateTime-Astro-1.00.tar.gz) = 106935

Modified: head/devel/p5-DateTime-Astro/pkg-plist
==============================================================================
--- head/devel/p5-DateTime-Astro/pkg-plist	Mon Sep 30 18:20:59 2013	(r328839)
+++ head/devel/p5-DateTime-Astro/pkg-plist	Mon Sep 30 18:22:22 2013	(r328840)
@@ -5,6 +5,8 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Astro/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Astro/Astro.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Astro/Astro.so
+%%PERL5_MAN3%%/DateTime::Astro.3.gz
+%%PERL5_MAN3%%/DateTime::Event::SolarTerm.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Astro
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DateTime/Event



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309301822.r8UIMMLt041390>