mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Update to 1.125.
Changes: http://cpansearch.perl.org/src/RYOCHIN/Net-FTPServer-1.125/Changes
This commit is contained in:
parent
92778ccaba
commit
8245202388
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309761
@ -1,14 +1,8 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: p5-Net-FTPServer
|
||||
# Date created: Jul 30, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-FTPServer
|
||||
PORTVERSION= 1.122
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.125
|
||||
CATEGORIES= ftp perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -50,7 +44,7 @@ MAN3= Net::FTPServer.3 \
|
||||
Net::FTPServer::RO::FileHandle.3 \
|
||||
Net::FTPServer::RO::Server.3
|
||||
|
||||
DOCS= FAQ README TODO doc/*
|
||||
DOCS= README TODO doc/*
|
||||
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= ftpd.conf
|
||||
@ -58,7 +52,7 @@ PORTEXAMPLES= ftpd.conf
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s/root,root/root,wheel/" \
|
||||
-e "s,/usr/sbin,${PREFIX}/sbin," \
|
||||
${WRKSRC}/Net-FTPServer.spec.PL
|
||||
${WRKSRC}/package/Net-FTPServer.spec.PL
|
||||
@${REINPLACE_CMD} -e "s/-g root/-g wheel/" \
|
||||
-e "s,$$.PREFIX./sbin,${PREFIX}/sbin," \
|
||||
-e "s,$$.SITEPREFIX./sbin,${PREFIX}/sbin," \
|
||||
@ -67,7 +61,7 @@ post-patch:
|
||||
post-install:
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/ftpd.conf ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/etc/ftpd.conf ${EXAMPLESDIR}
|
||||
.endif
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Net-FTPServer-1.122.tar.gz) = d7a5257c982edaa83b2cd5c1cbb3190a27b8f9996b382cbaa69d2c5d6171d75c
|
||||
SIZE (Net-FTPServer-1.122.tar.gz) = 127256
|
||||
SHA256 (Net-FTPServer-1.125.tar.gz) = 1683d717e75d79cd663308d51cef28e12d2c52496cb6ef50f5709192ac90e0c5
|
||||
SIZE (Net-FTPServer-1.125.tar.gz) = 128458
|
||||
|
Loading…
Reference in New Issue
Block a user