summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/p5-JUNOScript/Makefile25
-rw-r--r--net-mgmt/p5-JUNOScript/pkg-plist8
-rw-r--r--net/p5-JUNOScript/Makefile25
-rw-r--r--net/p5-JUNOScript/pkg-plist8
4 files changed, 18 insertions, 48 deletions
diff --git a/net-mgmt/p5-JUNOScript/Makefile b/net-mgmt/p5-JUNOScript/Makefile
index 28bc9c72f0e0..03fda7859e2e 100644
--- a/net-mgmt/p5-JUNOScript/Makefile
+++ b/net-mgmt/p5-JUNOScript/Makefile
@@ -8,8 +8,9 @@
PORTNAME= JUNOScript
PORTVERSION= 5.3R2.4
CATEGORIES= net perl5
-MASTER_SITES= https://download.juniper.net/public/junoscript/
-MASTER_SITE_SUBDIR= ${PORTVERSION}
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
+ http://e.wheel.dk/~jesper/
+MASTER_SITE_SUBDIR= jesper
PKGNAMEPREFIX= p5-
DISTNAME= junoscript-perl-${PORTVERSION}-domestic
@@ -64,12 +65,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-# http://www.juniper.net/footerlegal.html
-RESTRICTED= "Redistribution not allowed"
-NO_PACKAGE= "Redistribution not allowed"
-NO_CDROM= "Redistribution not allowed"
-
-WRKSRC= ${WRKDIR}/junoscript-${PORTVERSION}
+WRKSRC= ${WRKDIR}/junoscript-perl-${PORTVERSION}
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= JUNOS::Access.3 \
@@ -86,15 +82,4 @@ MAN3= JUNOS::Access.3 \
JUNOS::Access::ssh.3 \
JUNOS::Device.3
-.include <bsd.port.pre.mk>
-
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE= may not be automatically fetched due to licensing\
- restrictions. You MUST manually fetch the ${DISTNAME}${EXTRACT_SUFX} file\
- from http://www.juniper.net/support/junoscript/ or\
- https://download.juniper.net/public/junoscript/5.3R2.4/junoscript-perl-5.3R2.4-domestic.tar.gz\
- - once ${DISTFILES} has been downloaded, move it to\
- ${DISTDIR} and then restart this build.
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/p5-JUNOScript/pkg-plist b/net-mgmt/p5-JUNOScript/pkg-plist
index 5399fe023811..4dd8d09e06a4 100644
--- a/net-mgmt/p5-JUNOScript/pkg-plist
+++ b/net-mgmt/p5-JUNOScript/pkg-plist
@@ -6,16 +6,16 @@ lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/telnet.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/rsh.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/ssh.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access.pm
-lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.2R1.4/jroute_methods.pl
-lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.2R1.4/jcrypto_methods.pl
-lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.2R1.4/jkernel_methods.pl
+lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.3R2/jroute_methods.pl
+lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.3R2/jcrypto_methods.pl
+lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.3R2/jkernel_methods.pl
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Methods.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/DOM/Parser.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/version.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Response.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Trace.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Device.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.2R1.4
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.3R2
@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access
@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS/DOM
@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS
diff --git a/net/p5-JUNOScript/Makefile b/net/p5-JUNOScript/Makefile
index 28bc9c72f0e0..03fda7859e2e 100644
--- a/net/p5-JUNOScript/Makefile
+++ b/net/p5-JUNOScript/Makefile
@@ -8,8 +8,9 @@
PORTNAME= JUNOScript
PORTVERSION= 5.3R2.4
CATEGORIES= net perl5
-MASTER_SITES= https://download.juniper.net/public/junoscript/
-MASTER_SITE_SUBDIR= ${PORTVERSION}
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
+ http://e.wheel.dk/~jesper/
+MASTER_SITE_SUBDIR= jesper
PKGNAMEPREFIX= p5-
DISTNAME= junoscript-perl-${PORTVERSION}-domestic
@@ -64,12 +65,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-# http://www.juniper.net/footerlegal.html
-RESTRICTED= "Redistribution not allowed"
-NO_PACKAGE= "Redistribution not allowed"
-NO_CDROM= "Redistribution not allowed"
-
-WRKSRC= ${WRKDIR}/junoscript-${PORTVERSION}
+WRKSRC= ${WRKDIR}/junoscript-perl-${PORTVERSION}
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= JUNOS::Access.3 \
@@ -86,15 +82,4 @@ MAN3= JUNOS::Access.3 \
JUNOS::Access::ssh.3 \
JUNOS::Device.3
-.include <bsd.port.pre.mk>
-
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE= may not be automatically fetched due to licensing\
- restrictions. You MUST manually fetch the ${DISTNAME}${EXTRACT_SUFX} file\
- from http://www.juniper.net/support/junoscript/ or\
- https://download.juniper.net/public/junoscript/5.3R2.4/junoscript-perl-5.3R2.4-domestic.tar.gz\
- - once ${DISTFILES} has been downloaded, move it to\
- ${DISTDIR} and then restart this build.
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net/p5-JUNOScript/pkg-plist b/net/p5-JUNOScript/pkg-plist
index 5399fe023811..4dd8d09e06a4 100644
--- a/net/p5-JUNOScript/pkg-plist
+++ b/net/p5-JUNOScript/pkg-plist
@@ -6,16 +6,16 @@ lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/telnet.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/rsh.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/ssh.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access.pm
-lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.2R1.4/jroute_methods.pl
-lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.2R1.4/jcrypto_methods.pl
-lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.2R1.4/jkernel_methods.pl
+lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.3R2/jroute_methods.pl
+lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.3R2/jcrypto_methods.pl
+lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.3R2/jkernel_methods.pl
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Methods.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/DOM/Parser.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/version.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Response.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Trace.pm
lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Device.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.2R1.4
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.3R2
@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access
@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS/DOM
@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS