aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Net-SSLeay
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2008-07-25 03:10:24 +0800
committerleeym <leeym@FreeBSD.org>2008-07-25 03:10:24 +0800
commit3ed77a1834a492fcb8a3f464800fcb75d9304f68 (patch)
treecda1dd69222f37975ffbcdc54f7061896aa04c9d /security/p5-Net-SSLeay
parent4022212d04c1bb721899e36652e7bfd410f467c3 (diff)
downloadfreebsd-ports-gnome-3ed77a1834a492fcb8a3f464800fcb75d9304f68.tar.gz
freebsd-ports-gnome-3ed77a1834a492fcb8a3f464800fcb75d9304f68.tar.zst
freebsd-ports-gnome-3ed77a1834a492fcb8a3f464800fcb75d9304f68.zip
- update to 1.34
- properly handle PORTEXAMPLES - add WWW in pkg-descr PR: 125925 Submitted by: Wen heping <wenheping at gmail.com>
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r--security/p5-Net-SSLeay/Makefile13
-rw-r--r--security/p5-Net-SSLeay/distinfo6
-rw-r--r--security/p5-Net-SSLeay/pkg-descr2
-rw-r--r--security/p5-Net-SSLeay/pkg-plist23
4 files changed, 10 insertions, 34 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 4a48c8ea20a2..01fff5f13631 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -6,12 +6,10 @@
#
PORTNAME= Net-SSLeay
-PORTVERSION= 1.30
-PORTREVISION= 1
+PORTVERSION= 1.34
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= Net_SSLeay.pm-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to SSL
@@ -22,13 +20,12 @@ USE_OPENSSL= yes
MAN3= Net::SSLeay.3 Net::SSLeay::Handle.3
-SRCDIR= ${WRKSRC}/examples
-
-.if !defined(NOPORTDOCS)
+.if !defined(NOPORTEXAMPLES)
+PORTEXAMPLES= *
post-install:
@${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_SCRIPT} ${SRCDIR}/*.pl ${EXAMPLESDIR}/
- ${INSTALL_DATA} ${SRCDIR}/req.conf ${EXAMPLESDIR}/req.conf
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${EXAMPLESDIR}/req.conf
.endif
.include <bsd.port.mk>
diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo
index 53c896dfb082..b5809d19e5fb 100644
--- a/security/p5-Net-SSLeay/distinfo
+++ b/security/p5-Net-SSLeay/distinfo
@@ -1,3 +1,3 @@
-MD5 (Net_SSLeay.pm-1.30.tar.gz) = b0cd6c1681bbc0695d81be5cd852d1d0
-SHA256 (Net_SSLeay.pm-1.30.tar.gz) = 408455f60e616aed0defa8f0a6beb6ffea219d3a8fdb436371afa0a6b35c38c5
-SIZE (Net_SSLeay.pm-1.30.tar.gz) = 78629
+MD5 (Net-SSLeay-1.34.tar.gz) = a947fdbae3858cc1bcad3f3f21472e9d
+SHA256 (Net-SSLeay-1.34.tar.gz) = 43c76eb9358314d5f391d35ab22c1f6ac9410ae14f5eb22ef66d413890c26a2d
+SIZE (Net-SSLeay-1.34.tar.gz) = 132125
diff --git a/security/p5-Net-SSLeay/pkg-descr b/security/p5-Net-SSLeay/pkg-descr
index eb24595b1381..2197e01531a4 100644
--- a/security/p5-Net-SSLeay/pkg-descr
+++ b/security/p5-Net-SSLeay/pkg-descr
@@ -4,3 +4,5 @@ This module offers
- a sslcat() function for writing your own clients
- access to the SSL api of SSLeay package,
so you can write servers or clients for more complicated applications
+
+WWW: http://search.cpan.org/dist/Net-SSLeay/
diff --git a/security/p5-Net-SSLeay/pkg-plist b/security/p5-Net-SSLeay/pkg-plist
index 2ad0c961784c..5676ff83de6b 100644
--- a/security/p5-Net-SSLeay/pkg-plist
+++ b/security/p5-Net-SSLeay/pkg-plist
@@ -1,6 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Net/SSLeay.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/SSLeay/Handle.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Net/ptrtstrun.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/SSLeay.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/SSLeay.so
@@ -79,28 +78,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/want_nothing.al
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/want_read.al
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/want_write.al
-%%PORTDOCS%%%%EXAMPLESDIR%%/bio.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/bulk.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/callback.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/cb-testi.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/cli-cert.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/ephemeral.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/get_authenticated_page.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/get_page.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/get_page_cert.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/https-proxy-snif.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/makecert.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/minicli.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/passwd-cb.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/req.conf
-%%PORTDOCS%%%%EXAMPLESDIR%%/ssl-inetd-serv.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/ssl_diff.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/sslcat.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/sslecho.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/stdio_bulk.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/tcpcat.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/tcpecho.pl
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/SSLeay