pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/jftpgw



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Apr 27 04:47:32 UTC 2020

Modified Files:
        pkgsrc/net/jftpgw: Makefile

Log Message:
net/jftpgw: remove no-op SUBST block

The function "log" has been renamed to "jlog" upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/jftpgw/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/jftpgw/Makefile
diff -u pkgsrc/net/jftpgw/Makefile:1.16 pkgsrc/net/jftpgw/Makefile:1.17
--- pkgsrc/net/jftpgw/Makefile:1.16     Sun Nov  3 11:45:38 2019
+++ pkgsrc/net/jftpgw/Makefile  Mon Apr 27 04:47:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/11/03 11:45:38 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/27 04:47:32 rillig Exp $
 
 DISTNAME=      jftpgw-0.13.5
 CATEGORIES=    net
@@ -18,14 +18,6 @@ RCD_SCRIPTS=         jftpgw
 EGDIR=                 ${PREFIX}/share/examples/jftpgw
 CONF_FILES=            ${EGDIR}/jftpgw.conf ${PKG_SYSCONFDIR}/jftpgw.conf
 
-SUBST_CLASSES+=                log
-SUBST_STAGE.log=       pre-configure
-SUBST_FILES.log=       active.c bindport.c cache.c cmds.c config.c \
-                       ftpread.c fw_auth_cmds.c jftpgw.c log.c log.h \
-                       login.c openport.c passive.c states.c std_cmds.c \
-                       util.c
-SUBST_SED.log=         -e "s,\([[:space:]]\)\(log(\),\1x\2,"
-
 SUBST_CLASSES+=                config
 SUBST_STAGE.config=    post-build
 SUBST_FILES.config=    jftpgw.conf.sample



Home | Main Index | Thread Index | Old Index