pkgsrc-WIP-changes archive

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

tor-dev: reduce diffs to net/tor



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Jun 27 23:20:29 2021 +0200
Changeset:	49a5dbedf3ea182bfa31062d907b3603cea081ed

Modified Files:
	tor-dev/Makefile

Log Message:
tor-dev: reduce diffs to net/tor

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=49a5dbedf3ea182bfa31062d907b3603cea081ed

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

diffstat:
 tor-dev/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/tor-dev/Makefile b/tor-dev/Makefile
index 31777493cf..42bad73c85 100644
--- a/tor-dev/Makefile
+++ b/tor-dev/Makefile
@@ -21,9 +21,8 @@ CONFIGURE_ARGS+=	--docdir=${PREFIX}/share/doc/tordev
 CONFIGURE_ENV+=		CPP=${CPP:Q}
 CONFIGURE_ENV+=		CONFDIR=${PKG_SYSCONFDIR}
 
-# as of 0.4.6.4-rc
 #============================================================================
-#Testsuite summary for tor 0.4.6.4-rc
+#Testsuite summary for tor 0.4.6.5
 #============================================================================
 ## TOTAL: 33
 ## PASS:  29
@@ -52,7 +51,7 @@ USER_GROUP=		${TOR_USER} ${TOR_GROUP}
 
 OWN_DIRS_PERMS+=	${PKG_HOME.${TOR_USER}} ${USER_GROUP} 0700
 
-CONF_FILES+=		${PREFIX}/share/examples/tordev/torrc.sample	\
+CONF_FILES+=		${PREFIX}/share/examples/tordev/torrc.sample \
 			${PKG_SYSCONFDIR}/torrc
 
 PRINT_PLIST_AWK+=	/^man\/man/ { $$0 = "$${PLIST.doc}" $$0 }


Home | Main Index | Thread Index | Old Index