pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bftpd
Module Name: pkgsrc
Committed By: nia
Date: Sat Sep 7 13:12:54 UTC 2019
Modified Files:
pkgsrc/net/bftpd: Makefile distinfo
Removed Files:
pkgsrc/net/bftpd/patches: patch-aa
Log Message:
bftpd: Update to 5.2
Jesse Smith <jessefrgsmith%yahoo.ca@localhost> -> 5.2
- Make sure we do not send extra newline when DENY message
is sent to the client.
- Fixed some build dependencies in the Makefile so fresh
build is triggered by updating config.h.
Change provided by Vemake.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/bftpd/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/bftpd/distinfo
cvs rdiff -u -r1.5 -r0 pkgsrc/net/bftpd/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bftpd/Makefile
diff -u pkgsrc/net/bftpd/Makefile:1.19 pkgsrc/net/bftpd/Makefile:1.20
--- pkgsrc/net/bftpd/Makefile:1.19 Sat Jun 22 12:53:47 2019
+++ pkgsrc/net/bftpd/Makefile Sat Sep 7 13:12:53 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2019/06/22 12:53:47 nia Exp $
+# $NetBSD: Makefile,v 1.20 2019/09/07 13:12:53 nia Exp $
#
-DISTNAME= bftpd-5.1
+DISTNAME= bftpd-5.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bftpd/}
@@ -13,11 +13,11 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
WRKSRC= ${WRKDIR}/bftpd
-CONFIGURE_ARGS+=--enable-libz
-
CONF_FILES= ${PREFIX}/share/examples/bftpd/bftpd.conf \
${PKG_SYSCONFDIR}/bftpd.conf
+CONFIGURE_ARGS+= --enable-libz
+
SUBST_CLASSES+= varbase
SUBST_STAGE.varbase= post-configure
SUBST_FILES.varbase= bftpd.conf
@@ -32,5 +32,10 @@ INSTALLATION_DIRS= sbin ${PKGMANDIR}/man
BUILD_DEFS+= VARBASE
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/bftpd ${DESTDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/bftpd.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
+ ${INSTALL_DATA} ${WRKSRC}/bftpd.conf ${DESTDIR}${PREFIX}/share/examples/bftpd
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/bftpd/distinfo
diff -u pkgsrc/net/bftpd/distinfo:1.11 pkgsrc/net/bftpd/distinfo:1.12
--- pkgsrc/net/bftpd/distinfo:1.11 Sat Jun 22 12:53:47 2019
+++ pkgsrc/net/bftpd/distinfo Sat Sep 7 13:12:53 2019
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/06/22 12:53:47 nia Exp $
+$NetBSD: distinfo,v 1.12 2019/09/07 13:12:53 nia Exp $
-SHA1 (bftpd-5.1.tar.gz) = dd8924e9b6dec4810c4444be9c13781578590d74
-RMD160 (bftpd-5.1.tar.gz) = f9692c472444772c64d72dff3d3508bde712cc31
-SHA512 (bftpd-5.1.tar.gz) = eb0e8eb24c033c3e8b592cce071639544e37d8ae37e1e29e6f2590e3c0ed25c91cdc554d40066fd2d09aa8ece50a27f054d7103dc1e652af78f576796f574ac1
-Size (bftpd-5.1.tar.gz) = 165928 bytes
-SHA1 (patch-aa) = 3b4444d79533fd8b2ec7bc99eb53c34ca2113350
+SHA1 (bftpd-5.2.tar.gz) = 2f65baccf715a18f98c1ee04a68857432365bc29
+RMD160 (bftpd-5.2.tar.gz) = cf044193590914803a2cee86737fb677c4dbd636
+SHA512 (bftpd-5.2.tar.gz) = 2f0575e84ad198854d6457357bbddb8132276730431fcb4e2ef13d06f478bb2b100af6ef190ad9fb7b36898f14eeaf5884c8bd9f4cfff3c00af10247f7573f42
+Size (bftpd-5.2.tar.gz) = 166047 bytes
Home |
Main Index |
Thread Index |
Old Index