summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 12:30:20 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 12:30:20 +0000
commit709beb92a4b5d2494582b6c2abc116d11faceb78 (patch)
treedcf2fc8e4bb68f7bf4431cac640d6e7ebdf11da6 /ftp
parentupgrade to 0.96 (diff)
upgrade to 1.3.12.1
PR: 45428 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=70571
Diffstat (limited to 'ftp')
-rw-r--r--ftp/muddleftpd/Makefile23
-rw-r--r--ftp/muddleftpd/distinfo2
-rw-r--r--ftp/muddleftpd/pkg-descr2
3 files changed, 12 insertions, 15 deletions
diff --git a/ftp/muddleftpd/Makefile b/ftp/muddleftpd/Makefile
index 4fd5ef72bcd5..d357998a63a7 100644
--- a/ftp/muddleftpd/Makefile
+++ b/ftp/muddleftpd/Makefile
@@ -7,35 +7,32 @@
#
PORTNAME= muddleftpd
-PORTVERSION= 1.3.11
+PORTVERSION= 1.3.12.1
CATEGORIES= ftp
-MASTER_SITES= http://www.arach.net.au/~wildfire/muddleftpd/
-DISTNAME= ${PORTNAME}.${PORTVERSION}
+MASTER_SITES= http://savannah.nongnu.org/download/muddleftpd/
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-MAN1= muddleftpd.1 ftpwho.1 mudpasswd.1
+MAN1= ftpwho.1 muddleftpd.1 mudpasswd.1
post-patch:
@${REINPLACE_CMD} -e 's|^NEWMALLOC|#NEWMALLOC|g' ${WRKSRC}/Makefile.defs
@${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' ${WRKSRC}/defaults.h
@${REINPLACE_CMD} -e 's|#include <malloc.h>||g' ${WRKSRC}/src/ftpd.h
-pre-configure:
- @${CHMOD} -f u+x ${WRKSRC}/configure
-
post-install:
- install-info ${PREFIX}/info/muddleftpd.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/muddleftpd.info ${PREFIX}/info/dir
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/examples/muddleftpd
- ${INSTALL_DATA} ${WRKSRC}/examples/README ${PREFIX}/share/examples/muddleftpd
- ${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${PREFIX}/share/examples/muddleftpd
- @${MKDIR} ${PREFIX}/share/doc/muddleftpd
- ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/muddleftpd
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR}
+ @${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
diff --git a/ftp/muddleftpd/distinfo b/ftp/muddleftpd/distinfo
index b34173d38626..6e84e5474f68 100644
--- a/ftp/muddleftpd/distinfo
+++ b/ftp/muddleftpd/distinfo
@@ -1 +1 @@
-MD5 (muddleftpd.1.3.11.tar.gz) = 7f1bfc9ad64d2370cee14cd062279a95
+MD5 (muddleftpd-1.3.12.1.tar.gz) = 208d94621a31a76a7e9baaac08463c29
diff --git a/ftp/muddleftpd/pkg-descr b/ftp/muddleftpd/pkg-descr
index a4a8dae879ca..e7904151beb6 100644
--- a/ftp/muddleftpd/pkg-descr
+++ b/ftp/muddleftpd/pkg-descr
@@ -1,4 +1,4 @@
Muddleftpd is a new ftp server that can perform a variety of ftp tasks. It
is simple to setup, fast, secure and reasonably lightweight.
-WWW: http://www.arach.net.au/~wildfire/muddleftpd/
+WWW: http://www.nongnu.org/muddleftpd/