aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-11-26 21:08:24 +0800
committermat <mat@FreeBSD.org>2014-11-26 21:08:24 +0800
commit9debac461b7729b783ca5a0f5e46461ddac07173 (patch)
tree0d350fe6ad6a2fe3222d838f3c72856c78cd449f /astro
parenteedda7c96f5b61bbadc957164c030b26a221e965 (diff)
downloadfreebsd-ports-graphics-9debac461b7729b783ca5a0f5e46461ddac07173.tar.gz
freebsd-ports-graphics-9debac461b7729b783ca5a0f5e46461ddac07173.tar.zst
freebsd-ports-graphics-9debac461b7729b783ca5a0f5e46461ddac07173.zip
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
Diffstat (limited to 'astro')
-rw-r--r--astro/p5-Astro-ADS/Makefile1
-rw-r--r--astro/p5-Astro-ADS/pkg-plist1
-rw-r--r--astro/p5-Astro-Catalog/Makefile1
-rw-r--r--astro/p5-Astro-Constants/Makefile1
-rw-r--r--astro/p5-Astro-Constants/pkg-plist1
-rw-r--r--astro/p5-Astro-Coords/Makefile1
-rw-r--r--astro/p5-Astro-DSS/Makefile1
-rw-r--r--astro/p5-Astro-DSS/pkg-plist1
-rw-r--r--astro/p5-Astro-FITS-CFITSIO/Makefile2
-rw-r--r--astro/p5-Astro-FITS-CFITSIO/pkg-plist7
-rw-r--r--astro/p5-Astro-FITS-Header/Makefile1
-rw-r--r--astro/p5-Astro-Flux/Makefile1
-rw-r--r--astro/p5-Astro-Flux/pkg-plist1
-rw-r--r--astro/p5-Astro-Hipparcos/Makefile1
-rw-r--r--astro/p5-Astro-Hipparcos/pkg-plist7
-rw-r--r--astro/p5-Astro-MoonPhase/Makefile1
-rw-r--r--astro/p5-Astro-MoonPhase/pkg-plist1
-rw-r--r--astro/p5-Astro-PAL/Makefile1
-rw-r--r--astro/p5-Astro-PAL/pkg-plist4
-rw-r--r--astro/p5-Astro-SIMBAD-Client/Makefile1
-rw-r--r--astro/p5-Astro-SIMBAD-Client/pkg-plist1
-rw-r--r--astro/p5-Astro-SIMBAD/Makefile1
-rw-r--r--astro/p5-Astro-SIMBAD/pkg-plist1
-rw-r--r--astro/p5-Astro-SpaceTrack/Makefile1
-rw-r--r--astro/p5-Astro-SpaceTrack/pkg-plist1
-rw-r--r--astro/p5-Astro-SunTime/Makefile1
-rw-r--r--astro/p5-Astro-SunTime/pkg-plist1
-rw-r--r--astro/p5-Astro-Sunrise/Makefile1
-rw-r--r--astro/p5-Astro-Sunrise/pkg-plist1
-rw-r--r--astro/p5-Astro-Telescope/Makefile1
-rw-r--r--astro/p5-Astro-WaveBand/Makefile1
-rw-r--r--astro/p5-Astro-satpass/Makefile1
-rw-r--r--astro/p5-Astro-satpass/pkg-plist1
-rw-r--r--astro/p5-Astro/Makefile1
-rw-r--r--astro/p5-Astro/pkg-plist1
-rw-r--r--astro/p5-GPS-Babel/Makefile1
-rw-r--r--astro/p5-GPS-Babel/pkg-plist1
-rw-r--r--astro/p5-GPS-OID/Makefile1
-rw-r--r--astro/p5-GPS-OID/pkg-plist1
-rw-r--r--astro/p5-GPS/Makefile1
-rw-r--r--astro/p5-GPS/pkg-plist1
-rw-r--r--astro/p5-Geo-METAR/Makefile1
-rw-r--r--astro/p5-Geo-METAR/pkg-plist1
-rw-r--r--astro/p5-Misc-Quality/Makefile1
-rw-r--r--astro/p5-Misc-Quality/pkg-plist1
-rw-r--r--astro/p5-Starlink-AST/Makefile4
-rw-r--r--astro/p5-Starlink-AST/pkg-plist10
-rw-r--r--astro/p5-Weather-Underground/Makefile1
-rw-r--r--astro/p5-Weather-Underground/pkg-plist1
-rw-r--r--astro/p5-ZConf-Weather/Makefile2
-rw-r--r--astro/p5-ZConf-Weather/pkg-plist1
51 files changed, 42 insertions, 38 deletions
diff --git a/astro/p5-Astro-ADS/Makefile b/astro/p5-Astro-ADS/Makefile
index 4bb82f6e2ac..81106432358 100644
--- a/astro/p5-Astro-ADS/Makefile
+++ b/astro/p5-Astro-ADS/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-ADS
PORTVERSION= 1.26
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Astro
diff --git a/astro/p5-Astro-ADS/pkg-plist b/astro/p5-Astro-ADS/pkg-plist
index 95661addc64..66e8f753e69 100644
--- a/astro/p5-Astro-ADS/pkg-plist
+++ b/astro/p5-Astro-ADS/pkg-plist
@@ -3,7 +3,6 @@ bin/adsquery
%%SITE_PERL%%/Astro/ADS/Query.pm
%%SITE_PERL%%/Astro/ADS/Result.pm
%%SITE_PERL%%/Astro/ADS/Result/Paper.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/ADS/.packlist
%%PERL5_MAN3%%/Astro::ADS.3.gz
%%PERL5_MAN3%%/Astro::ADS::Query.3.gz
%%PERL5_MAN3%%/Astro::ADS::Result.3.gz
diff --git a/astro/p5-Astro-Catalog/Makefile b/astro/p5-Astro-Catalog/Makefile
index e8d4d585393..50dd09c4f84 100644
--- a/astro/p5-Astro-Catalog/Makefile
+++ b/astro/p5-Astro-Catalog/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-Catalog
PORTVERSION= 4.3.1
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro-Constants/Makefile b/astro/p5-Astro-Constants/Makefile
index 6653f7c6ff3..30d2720eec0 100644
--- a/astro/p5-Astro-Constants/Makefile
+++ b/astro/p5-Astro-Constants/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-Constants
PORTVERSION= 0.09
+PORTREVISION= 1
CATEGORIES= astro perl5 science
MASTER_SITES= CPAN/Astro
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro-Constants/pkg-plist b/astro/p5-Astro-Constants/pkg-plist
index d7252da4354..a8a837a0ad5 100644
--- a/astro/p5-Astro-Constants/pkg-plist
+++ b/astro/p5-Astro-Constants/pkg-plist
@@ -1,5 +1,4 @@
%%SITE_PERL%%/Astro/Constants.pm
%%SITE_PERL%%/Astro/Constants/CGS.pm
%%SITE_PERL%%/Astro/Constants/MKS.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Constants/.packlist
%%PERL5_MAN3%%/Astro::Constants.3.gz
diff --git a/astro/p5-Astro-Coords/Makefile b/astro/p5-Astro-Coords/Makefile
index 65648593334..cd73a5c80d4 100644
--- a/astro/p5-Astro-Coords/Makefile
+++ b/astro/p5-Astro-Coords/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-Coords
PORTVERSION= 0.18
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro-DSS/Makefile b/astro/p5-Astro-DSS/Makefile
index ca9d946a214..8c1aab2c454 100644
--- a/astro/p5-Astro-DSS/Makefile
+++ b/astro/p5-Astro-DSS/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-DSS
PORTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Astro
diff --git a/astro/p5-Astro-DSS/pkg-plist b/astro/p5-Astro-DSS/pkg-plist
index bac23bc592e..babd66629d1 100644
--- a/astro/p5-Astro-DSS/pkg-plist
+++ b/astro/p5-Astro-DSS/pkg-plist
@@ -1,3 +1,2 @@
%%SITE_PERL%%/Astro/DSS.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/DSS/.packlist
%%PERL5_MAN3%%/Astro::DSS.3.gz
diff --git a/astro/p5-Astro-FITS-CFITSIO/Makefile b/astro/p5-Astro-FITS-CFITSIO/Makefile
index 31bb11d33fb..0d273fa8de1 100644
--- a/astro/p5-Astro-FITS-CFITSIO/Makefile
+++ b/astro/p5-Astro-FITS-CFITSIO/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Astro-FITS-CFITSIO
PORTVERSION= 1.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro-FITS-CFITSIO/pkg-plist b/astro/p5-Astro-FITS-CFITSIO/pkg-plist
index d105d666aa1..a007497078c 100644
--- a/astro/p5-Astro-FITS-CFITSIO/pkg-plist
+++ b/astro/p5-Astro-FITS-CFITSIO/pkg-plist
@@ -1,5 +1,4 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/Astro/FITS/CFITSIO.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/FITS/CFITSIO/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/FITS/CFITSIO/autosplit.ix
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/FITS/CFITSIO/CFITSIO.so
+%%SITE_ARCH%%/Astro/FITS/CFITSIO.pm
+%%SITE_ARCH%%/auto/Astro/FITS/CFITSIO/autosplit.ix
+%%SITE_ARCH%%/auto/Astro/FITS/CFITSIO/CFITSIO.so
%%PERL5_MAN3%%/Astro::FITS::CFITSIO.3.gz
diff --git a/astro/p5-Astro-FITS-Header/Makefile b/astro/p5-Astro-FITS-Header/Makefile
index 088e000b631..a3338c6a040 100644
--- a/astro/p5-Astro-FITS-Header/Makefile
+++ b/astro/p5-Astro-FITS-Header/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-FITS-Header
PORTVERSION= 3.07
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro-Flux/Makefile b/astro/p5-Astro-Flux/Makefile
index d7774e7cf40..ec2a2bda68d 100644
--- a/astro/p5-Astro-Flux/Makefile
+++ b/astro/p5-Astro-Flux/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-Flux
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro-Flux/pkg-plist b/astro/p5-Astro-Flux/pkg-plist
index 42c6a9dde82..6cda74333f8 100644
--- a/astro/p5-Astro-Flux/pkg-plist
+++ b/astro/p5-Astro-Flux/pkg-plist
@@ -1,7 +1,6 @@
%%SITE_PERL%%/Astro/Flux.pm
%%SITE_PERL%%/Astro/FluxColor.pm
%%SITE_PERL%%/Astro/Fluxes.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Flux/.packlist
%%PERL5_MAN3%%/Astro::Flux.3.gz
%%PERL5_MAN3%%/Astro::FluxColor.3.gz
%%PERL5_MAN3%%/Astro::Fluxes.3.gz
diff --git a/astro/p5-Astro-Hipparcos/Makefile b/astro/p5-Astro-Hipparcos/Makefile
index 0e49f253805..c7080b4b69d 100644
--- a/astro/p5-Astro-Hipparcos/Makefile
+++ b/astro/p5-Astro-Hipparcos/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-Hipparcos
PORTVERSION= 0.09
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro-Hipparcos/pkg-plist b/astro/p5-Astro-Hipparcos/pkg-plist
index d12cbac062c..6be6fe78f89 100644
--- a/astro/p5-Astro-Hipparcos/pkg-plist
+++ b/astro/p5-Astro-Hipparcos/pkg-plist
@@ -1,6 +1,5 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/Astro/Hipparcos/Record.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Astro/Hipparcos.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Hipparcos/Hipparcos.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Hipparcos/.packlist
+%%SITE_ARCH%%/Astro/Hipparcos/Record.pod
+%%SITE_ARCH%%/Astro/Hipparcos.pm
+%%SITE_ARCH%%/auto/Astro/Hipparcos/Hipparcos.so
%%PERL5_MAN3%%/Astro::Hipparcos.3.gz
%%PERL5_MAN3%%/Astro::Hipparcos::Record.3.gz
diff --git a/astro/p5-Astro-MoonPhase/Makefile b/astro/p5-Astro-MoonPhase/Makefile
index efeb330dc32..66b18c9ed30 100644
--- a/astro/p5-Astro-MoonPhase/Makefile
+++ b/astro/p5-Astro-MoonPhase/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-MoonPhase
PORTVERSION= 0.60
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro-MoonPhase/pkg-plist b/astro/p5-Astro-MoonPhase/pkg-plist
index 3c11efadd28..83ce07ce2c8 100644
--- a/astro/p5-Astro-MoonPhase/pkg-plist
+++ b/astro/p5-Astro-MoonPhase/pkg-plist
@@ -1,3 +1,2 @@
%%SITE_PERL%%/Astro/MoonPhase.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/MoonPhase/.packlist
%%PERL5_MAN3%%/Astro::MoonPhase.3.gz
diff --git a/astro/p5-Astro-PAL/Makefile b/astro/p5-Astro-PAL/Makefile
index 94e885537d3..f0aa8992f9e 100644
--- a/astro/p5-Astro-PAL/Makefile
+++ b/astro/p5-Astro-PAL/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-PAL
PORTVERSION= 1.07
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro-PAL/pkg-plist b/astro/p5-Astro-PAL/pkg-plist
index e9a2e7160b4..aad5b15e524 100644
--- a/astro/p5-Astro-PAL/pkg-plist
+++ b/astro/p5-Astro-PAL/pkg-plist
@@ -1,5 +1,5 @@
bin/stime
-%%SITE_PERL%%/%%PERL_ARCH%%/Astro/PAL.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/PAL/PAL.so
+%%SITE_ARCH%%/Astro/PAL.pm
+%%SITE_ARCH%%/auto/Astro/PAL/PAL.so
%%PERL5_MAN3%%/Astro::PAL.3.gz
man/man1/stime.1.gz
diff --git a/astro/p5-Astro-SIMBAD-Client/Makefile b/astro/p5-Astro-SIMBAD-Client/Makefile
index 2a65f99dcf0..ccea26ed4fb 100644
--- a/astro/p5-Astro-SIMBAD-Client/Makefile
+++ b/astro/p5-Astro-SIMBAD-Client/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-SIMBAD-Client
PORTVERSION= 0.031
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:WYANT
diff --git a/astro/p5-Astro-SIMBAD-Client/pkg-plist b/astro/p5-Astro-SIMBAD-Client/pkg-plist
index f0647eb1cfb..7875dd16a85 100644
--- a/astro/p5-Astro-SIMBAD-Client/pkg-plist
+++ b/astro/p5-Astro-SIMBAD-Client/pkg-plist
@@ -1,6 +1,5 @@
bin/simbadc
%%SITE_PERL%%/Astro/SIMBAD/Client.pm
%%SITE_PERL%%/Astro/SIMBAD/Client/WSQueryInterfaceService.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/Client/.packlist
%%PERL5_MAN3%%/Astro::SIMBAD::Client.3.gz
man/man1/simbadc.1.gz
diff --git a/astro/p5-Astro-SIMBAD/Makefile b/astro/p5-Astro-SIMBAD/Makefile
index a8aadfed9be..5220342b117 100644
--- a/astro/p5-Astro-SIMBAD/Makefile
+++ b/astro/p5-Astro-SIMBAD/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-SIMBAD
PORTVERSION= 2.0.0
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Astro
diff --git a/astro/p5-Astro-SIMBAD/pkg-plist b/astro/p5-Astro-SIMBAD/pkg-plist
index 2b3af627bc4..300e6deb5dc 100644
--- a/astro/p5-Astro-SIMBAD/pkg-plist
+++ b/astro/p5-Astro-SIMBAD/pkg-plist
@@ -2,7 +2,6 @@
%%SITE_PERL%%/Astro/SIMBAD/Query.pm
%%SITE_PERL%%/Astro/SIMBAD/Result.pm
%%SITE_PERL%%/Astro/SIMBAD/Result/Object.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/.packlist
%%PERL5_MAN3%%/Astro::SIMBAD.3.gz
%%PERL5_MAN3%%/Astro::SIMBAD::Query.3.gz
%%PERL5_MAN3%%/Astro::SIMBAD::Result.3.gz
diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile
index 24827c7708a..28c178a54a3 100644
--- a/astro/p5-Astro-SpaceTrack/Makefile
+++ b/astro/p5-Astro-SpaceTrack/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-SpaceTrack
PORTVERSION= 0.086
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:WYANT
diff --git a/astro/p5-Astro-SpaceTrack/pkg-plist b/astro/p5-Astro-SpaceTrack/pkg-plist
index 12edf8305bb..3e913ea04da 100644
--- a/astro/p5-Astro-SpaceTrack/pkg-plist
+++ b/astro/p5-Astro-SpaceTrack/pkg-plist
@@ -1,7 +1,6 @@
bin/SpaceTrack
%%SITE_PERL%%/Astro/SpaceTrack.pm
%%SITE_PERL%%/Astro/SpaceTrack/BulkData.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SpaceTrack/.packlist
%%PERL5_MAN3%%/Astro::SpaceTrack.3.gz
%%PERL5_MAN3%%/Astro::SpaceTrack::BulkData.3.gz
man/man1/SpaceTrack.1.gz
diff --git a/astro/p5-Astro-SunTime/Makefile b/astro/p5-Astro-SunTime/Makefile
index c13414bed80..8bf6514dbc1 100644
--- a/astro/p5-Astro-SunTime/Makefile
+++ b/astro/p5-Astro-SunTime/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-SunTime
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Astro
diff --git a/astro/p5-Astro-SunTime/pkg-plist b/astro/p5-Astro-SunTime/pkg-plist
index 36760d99235..e30bdd0e613 100644
--- a/astro/p5-Astro-SunTime/pkg-plist
+++ b/astro/p5-Astro-SunTime/pkg-plist
@@ -1,2 +1 @@
%%SITE_PERL%%/Astro/SunTime.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SunTime/.packlist
diff --git a/astro/p5-Astro-Sunrise/Makefile b/astro/p5-Astro-Sunrise/Makefile
index fa9a464139a..a839a3b63cc 100644
--- a/astro/p5-Astro-Sunrise/Makefile
+++ b/astro/p5-Astro-Sunrise/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-Sunrise
PORTVERSION= 0.92
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro-Sunrise/pkg-plist b/astro/p5-Astro-Sunrise/pkg-plist
index 95bd17625e9..fcc0f464f93 100644
--- a/astro/p5-Astro-Sunrise/pkg-plist
+++ b/astro/p5-Astro-Sunrise/pkg-plist
@@ -1,3 +1,2 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Sunrise/.packlist
%%SITE_PERL%%/Astro/Sunrise.pm
%%PERL5_MAN3%%/Astro::Sunrise.3.gz
diff --git a/astro/p5-Astro-Telescope/Makefile b/astro/p5-Astro-Telescope/Makefile
index 96a2b5f0317..68dd3be0bad 100644
--- a/astro/p5-Astro-Telescope/Makefile
+++ b/astro/p5-Astro-Telescope/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-Telescope
PORTVERSION= 0.71
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro-WaveBand/Makefile b/astro/p5-Astro-WaveBand/Makefile
index 98b739d3c13..9626a5ae5e9 100644
--- a/astro/p5-Astro-WaveBand/Makefile
+++ b/astro/p5-Astro-WaveBand/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-WaveBand
PORTVERSION= 0.09
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro-satpass/Makefile b/astro/p5-Astro-satpass/Makefile
index bcdbfa7ee67..6a188f856b9 100644
--- a/astro/p5-Astro-satpass/Makefile
+++ b/astro/p5-Astro-satpass/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-satpass
PORTVERSION= 0.065
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:WYANT
diff --git a/astro/p5-Astro-satpass/pkg-plist b/astro/p5-Astro-satpass/pkg-plist
index 7cca310fdd0..a0c0a2ae746 100644
--- a/astro/p5-Astro-satpass/pkg-plist
+++ b/astro/p5-Astro-satpass/pkg-plist
@@ -19,5 +19,4 @@ bin/satpass
%%SITE_PERL%%/Astro/Coord/ECI/TLE/Iridium.pm
%%SITE_PERL%%/Astro/Coord/ECI/TLE/Set.pm
%%SITE_PERL%%/Astro/Coord/ECI/Utils.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Coord/ECI/.packlist
man/man1/satpass.1.gz
diff --git a/astro/p5-Astro/Makefile b/astro/p5-Astro/Makefile
index 7fc43e182e2..6f0ef7c4cd7 100644
--- a/astro/p5-Astro/Makefile
+++ b/astro/p5-Astro/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Astro
PORTVERSION= 0.77
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Astro/pkg-plist b/astro/p5-Astro/pkg-plist
index ad1f6ee6f84..69c33ff110d 100644
--- a/astro/p5-Astro/pkg-plist
+++ b/astro/p5-Astro/pkg-plist
@@ -1,7 +1,6 @@
%%SITE_PERL%%/Astro/Coord.pm
%%SITE_PERL%%/Astro/Misc.pm
%%SITE_PERL%%/Astro/Time.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/.packlist
%%PERL5_MAN3%%/Astro::Coord.3.gz
%%PERL5_MAN3%%/Astro::Misc.3.gz
%%PERL5_MAN3%%/Astro::Time.3.gz
diff --git a/astro/p5-GPS-Babel/Makefile b/astro/p5-GPS-Babel/Makefile
index 8f972cb9fb7..18862c0f341 100644
--- a/astro/p5-GPS-Babel/Makefile
+++ b/astro/p5-GPS-Babel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= GPS-Babel
PORTVERSION= 0.11
+PORTREVISION= 1
CATEGORIES= astro perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-GPS-Babel/pkg-plist b/astro/p5-GPS-Babel/pkg-plist
index 3e6d98a0348..93daf2503da 100644
--- a/astro/p5-GPS-Babel/pkg-plist
+++ b/astro/p5-GPS-Babel/pkg-plist
@@ -1,3 +1,2 @@
%%PERL5_MAN3%%/GPS::Babel.3.gz
%%SITE_PERL%%/GPS/Babel.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS/Babel/.packlist
diff --git a/astro/p5-GPS-OID/Makefile b/astro/p5-GPS-OID/Makefile
index 86a85682ab4..23791440799 100644
--- a/astro/p5-GPS-OID/Makefile
+++ b/astro/p5-GPS-OID/Makefile
@@ -3,6 +3,7 @@
PORTNAME= GPS-OID
PORTVERSION= 0.07
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-GPS-OID/pkg-plist b/astro/p5-GPS-OID/pkg-plist
index c9d87c6fccf..be3fd883f8b 100644
--- a/astro/p5-GPS-OID/pkg-plist
+++ b/astro/p5-GPS-OID/pkg-plist
@@ -1,3 +1,2 @@
%%PERL5_MAN3%%/GPS::OID.3.gz
%%SITE_PERL%%/GPS/OID.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS/OID/.packlist
diff --git a/astro/p5-GPS/Makefile b/astro/p5-GPS/Makefile
index 6f2446ac51d..35ec72bb6d4 100644
--- a/astro/p5-GPS/Makefile
+++ b/astro/p5-GPS/Makefile
@@ -3,6 +3,7 @@
PORTNAME= GPS
PORTVERSION= 0.17
+PORTREVISION= 1
CATEGORIES= astro perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-GPS/pkg-plist b/astro/p5-GPS/pkg-plist
index 4d965952a2f..251f6d8edfd 100644
--- a/astro/p5-GPS/pkg-plist
+++ b/astro/p5-GPS/pkg-plist
@@ -5,7 +5,6 @@
%%SITE_PERL%%/GPS/NMEA.pm
%%SITE_PERL%%/GPS/NMEA/Handler.pm
%%SITE_PERL%%/GPS/Serial.pm
-%%SITE_PERL%%/mach/auto/GPS/Garmin/.packlist
%%PERL5_MAN3%%/GPS::Serial.3.gz
%%PERL5_MAN3%%/GPS::NMEA.3.gz
%%PERL5_MAN3%%/GPS::NMEA::Handler.3.gz
diff --git a/astro/p5-Geo-METAR/Makefile b/astro/p5-Geo-METAR/Makefile
index 3c00694e504..2b15d558e0e 100644
--- a/astro/p5-Geo-METAR/Makefile
+++ b/astro/p5-Geo-METAR/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Geo-METAR
PORTVERSION= 1.15
+PORTREVISION= 1
CATEGORIES= astro geography perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Geo
diff --git a/astro/p5-Geo-METAR/pkg-plist b/astro/p5-Geo-METAR/pkg-plist
index 5e5c8cc7684..34435ad7db2 100644
--- a/astro/p5-Geo-METAR/pkg-plist
+++ b/astro/p5-Geo-METAR/pkg-plist
@@ -1,3 +1,2 @@
%%PERL5_MAN3%%/Geo::METAR.3.gz
%%SITE_PERL%%/Geo/METAR.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/METAR/.packlist
diff --git a/astro/p5-Misc-Quality/Makefile b/astro/p5-Misc-Quality/Makefile
index ce724e14899..c48a38c4492 100644
--- a/astro/p5-Misc-Quality/Makefile
+++ b/astro/p5-Misc-Quality/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Misc-Quality
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:AALLAN
diff --git a/astro/p5-Misc-Quality/pkg-plist b/astro/p5-Misc-Quality/pkg-plist
index 4a0183b7712..0a48cafc6d5 100644
--- a/astro/p5-Misc-Quality/pkg-plist
+++ b/astro/p5-Misc-Quality/pkg-plist
@@ -1,3 +1,2 @@
%%SITE_PERL%%/Misc/Quality.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Misc/Quality/.packlist
%%PERL5_MAN3%%/Misc::Quality.3.gz
diff --git a/astro/p5-Starlink-AST/Makefile b/astro/p5-Starlink-AST/Makefile
index d853ff20f6d..e4bbf22fe71 100644
--- a/astro/p5-Starlink-AST/Makefile
+++ b/astro/p5-Starlink-AST/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Starlink-AST
PORTVERSION= 1.04
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TJENNESS
@@ -20,7 +21,6 @@ USES= perl5
USE_PERL5= modbuild
post-stage:
- ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Starlink/AST/AST.so
- ${RM} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Starlink/AST/AST.bs
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Starlink/AST/AST.so
.include <bsd.port.mk>
diff --git a/astro/p5-Starlink-AST/pkg-plist b/astro/p5-Starlink-AST/pkg-plist
index ca086a43cbc..a645e03113e 100644
--- a/astro/p5-Starlink-AST/pkg-plist
+++ b/astro/p5-Starlink-AST/pkg-plist
@@ -2,8 +2,8 @@
%%PERL5_MAN3%%/Starlink::AST::PGPLOT.3.gz
%%PERL5_MAN3%%/Starlink::AST::Tk.3.gz
%%PERL5_MAN3%%/Starlink::AST::PLplot.3.gz
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Starlink/AST/AST.so
-%%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST/Tk.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST/PGPLOT.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST/PLplot.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST.pm
+%%SITE_ARCH%%/auto/Starlink/AST/AST.so
+%%SITE_ARCH%%/Starlink/AST/Tk.pm
+%%SITE_ARCH%%/Starlink/AST/PGPLOT.pm
+%%SITE_ARCH%%/Starlink/AST/PLplot.pm
+%%SITE_ARCH%%/Starlink/AST.pm
diff --git a/astro/p5-Weather-Underground/Makefile b/astro/p5-Weather-Underground/Makefile
index 679578208db..e0794d79e5f 100644
--- a/astro/p5-Weather-Underground/Makefile
+++ b/astro/p5-Weather-Underground/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Weather-Underground
PORTVERSION= 3.03
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/p5-Weather-Underground/pkg-plist b/astro/p5-Weather-Underground/pkg-plist
index 6720dcecb59..0cbd65335d7 100644
--- a/astro/p5-Weather-Underground/pkg-plist
+++ b/astro/p5-Weather-Underground/pkg-plist
@@ -1,3 +1,2 @@
%%SITE_PERL%%/Weather/Underground.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather/Underground/.packlist
%%PERL5_MAN3%%/Weather::Underground.3.gz
diff --git a/astro/p5-ZConf-Weather/Makefile b/astro/p5-ZConf-Weather/Makefile
index 5fd35e37f76..12d1bb2d742 100644
--- a/astro/p5-ZConf-Weather/Makefile
+++ b/astro/p5-ZConf-Weather/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ZConf-Weather
PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
diff --git a/astro/p5-ZConf-Weather/pkg-plist b/astro/p5-ZConf-Weather/pkg-plist
index 651d6a938f3..434520e75e3 100644
--- a/astro/p5-ZConf-Weather/pkg-plist
+++ b/astro/p5-ZConf-Weather/pkg-plist
@@ -1,4 +1,3 @@
bin/zcweather
%%SITE_PERL%%/ZConf/Weather.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Weather/.packlist
%%PERL5_MAN3%%/ZConf::Weather.3.gz