Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 09:40:37 +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: r333825 - in head/astro: p5-Astro-Coords p5-Astro-PAL p5-Astro-Telescope p5-Astro-WaveBand
Message-ID:  <201311150940.rAF9ebTl043654@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov 15 09:40:36 2013
New Revision: 333825
URL: http://svnweb.freebsd.org/changeset/ports/333825

Log:
  - Support STAGEDIR

Modified:
  head/astro/p5-Astro-Coords/Makefile
  head/astro/p5-Astro-Coords/pkg-plist   (contents, props changed)
  head/astro/p5-Astro-PAL/Makefile
  head/astro/p5-Astro-PAL/pkg-plist   (contents, props changed)
  head/astro/p5-Astro-Telescope/Makefile
  head/astro/p5-Astro-Telescope/pkg-plist   (contents, props changed)
  head/astro/p5-Astro-WaveBand/Makefile
  head/astro/p5-Astro-WaveBand/pkg-plist   (contents, props changed)

Modified: head/astro/p5-Astro-Coords/Makefile
==============================================================================
--- head/astro/p5-Astro-Coords/Makefile	Fri Nov 15 09:39:02 2013	(r333824)
+++ head/astro/p5-Astro-Coords/Makefile	Fri Nov 15 09:40:36 2013	(r333825)
@@ -22,17 +22,5 @@ TEST_DEPENDS=	p5-Test-Number-Delta>=0:${
 
 USE_PERL5=	modbuild
 USES=		perl5
-NO_STAGE=	yes
-
-MAN3=		Astro::Coords.3 \
-		Astro::Coords::Angle.3 \
-		Astro::Coords::Angle::Hour.3 \
-		Astro::Coords::Calibration.3 \
-		Astro::Coords::Elements.3 \
-		Astro::Coords::Equatorial.3 \
-		Astro::Coords::Fixed.3 \
-		Astro::Coords::Interpolated.3 \
-		Astro::Coords::Offset.3 \
-		Astro::Coords::Planet.3
 
 .include <bsd.port.mk>

Modified: head/astro/p5-Astro-Coords/pkg-plist
==============================================================================
--- head/astro/p5-Astro-Coords/pkg-plist	Fri Nov 15 09:39:02 2013	(r333824)
+++ head/astro/p5-Astro-Coords/pkg-plist	Fri Nov 15 09:40:36 2013	(r333825)
@@ -8,6 +8,16 @@
 %%SITE_PERL%%/Astro/Coords/Interpolated.pm
 %%SITE_PERL%%/Astro/Coords/Offset.pm
 %%SITE_PERL%%/Astro/Coords/Planet.pm
+%%PERL5_MAN3%%/Astro::Coords.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Angle.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Angle::Hour.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Calibration.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Elements.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Equatorial.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Fixed.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Interpolated.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Offset.3.gz
+%%PERL5_MAN3%%/Astro::Coords::Planet.3.gz
 @dirrmtry %%SITE_PERL%%/Astro/Coords/Angle
 @dirrmtry %%SITE_PERL%%/Astro/Coords
 @dirrmtry %%SITE_PERL%%/Astro

Modified: head/astro/p5-Astro-PAL/Makefile
==============================================================================
--- head/astro/p5-Astro-PAL/Makefile	Fri Nov 15 09:39:02 2013	(r333824)
+++ head/astro/p5-Astro-PAL/Makefile	Fri Nov 15 09:40:36 2013	(r333825)
@@ -14,9 +14,5 @@ LICENSE=	GPLv3
 
 USE_PERL5=	modbuild
 USES=		perl5
-NO_STAGE=	yes
-
-MAN1=		stime.1
-MAN3=		Astro::PAL.3
 
 .include <bsd.port.mk>

Modified: head/astro/p5-Astro-PAL/pkg-plist
==============================================================================
--- head/astro/p5-Astro-PAL/pkg-plist	Fri Nov 15 09:39:02 2013	(r333824)
+++ head/astro/p5-Astro-PAL/pkg-plist	Fri Nov 15 09:40:36 2013	(r333825)
@@ -2,6 +2,8 @@ bin/stime
 %%SITE_PERL%%/%%PERL_ARCH%%/Astro/PAL.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/PAL/PAL.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/PAL/PAL.so
+%%PERL5_MAN3%%/Astro::PAL.3.gz
+man/man1/stime.1.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/PAL
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Astro

Modified: head/astro/p5-Astro-Telescope/Makefile
==============================================================================
--- head/astro/p5-Astro-Telescope/Makefile	Fri Nov 15 09:39:02 2013	(r333824)
+++ head/astro/p5-Astro-Telescope/Makefile	Fri Nov 15 09:40:36 2013	(r333825)
@@ -18,8 +18,5 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PERL5=	modbuild
 USES=		perl5
-NO_STAGE=	yes
-
-MAN3=		Astro::Telescope.3
 
 .include <bsd.port.mk>

Modified: head/astro/p5-Astro-Telescope/pkg-plist
==============================================================================
--- head/astro/p5-Astro-Telescope/pkg-plist	Fri Nov 15 09:39:02 2013	(r333824)
+++ head/astro/p5-Astro-Telescope/pkg-plist	Fri Nov 15 09:40:36 2013	(r333825)
@@ -1,4 +1,5 @@
 %%SITE_PERL%%/Astro/Telescope.pm
 %%SITE_PERL%%/Astro/Telescope/MPC.pm
+%%PERL5_MAN3%%/Astro::Telescope.3.gz
 @dirrmtry %%SITE_PERL%%/Astro/Telescope
 @dirrmtry %%SITE_PERL%%/Astro

Modified: head/astro/p5-Astro-WaveBand/Makefile
==============================================================================
--- head/astro/p5-Astro-WaveBand/Makefile	Fri Nov 15 09:39:02 2013	(r333824)
+++ head/astro/p5-Astro-WaveBand/Makefile	Fri Nov 15 09:40:36 2013	(r333825)
@@ -15,8 +15,5 @@ LICENSE_COMB=	dual
 
 USE_PERL5=	modbuild
 USES=		perl5
-NO_STAGE=	yes
-
-MAN3=		Astro::WaveBand.3
 
 .include <bsd.port.mk>

Modified: head/astro/p5-Astro-WaveBand/pkg-plist
==============================================================================
--- head/astro/p5-Astro-WaveBand/pkg-plist	Fri Nov 15 09:39:02 2013	(r333824)
+++ head/astro/p5-Astro-WaveBand/pkg-plist	Fri Nov 15 09:40:36 2013	(r333825)
@@ -1,2 +1,3 @@
 %%SITE_PERL%%/Astro/WaveBand.pm
+%%PERL5_MAN3%%/Astro::WaveBand.3.gz
 @dirrmtry %%SITE_PERL%%/Astro



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