pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/netatalk4
Module Name: pkgsrc
Committed By: hauke
Date: Wed Aug 13 09:03:26 UTC 2025
Modified Files:
pkgsrc/net/netatalk4: Makefile PLIST
Log Message:
PLIST: Deal with rtmpqry(1)
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/netatalk4/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/netatalk4/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/netatalk4/Makefile
diff -u pkgsrc/net/netatalk4/Makefile:1.23 pkgsrc/net/netatalk4/Makefile:1.24
--- pkgsrc/net/netatalk4/Makefile:1.23 Tue Aug 12 18:22:55 2025
+++ pkgsrc/net/netatalk4/Makefile Wed Aug 13 09:03:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/08/12 18:22:55 hauke Exp $
+# $NetBSD: Makefile,v 1.24 2025/08/13 09:03:26 hauke Exp $
GITHUB_PROJECT= netatalk
GITHUB_TAG= refs/tags/${DISTNAME}
@@ -94,7 +94,7 @@ PLIST.ea= yes
.endif
# appletalk
-.for atbin in aecho getzones nbplkup nbprgstr nbpunrgstr pap papstatus
+.for atbin in aecho getzones nbplkup nbprgstr nbpunrgstr pap papstatus rtmpqry
PRINT_PLIST_AWK+= { gsub(/^bin\/${atbin}$$/, "$${PLIST.appletalk}&"); }
.endfor
.for atsbin in a2boot atalkd macipgw papd timelord
@@ -103,7 +103,7 @@ PRINT_PLIST_AWK+= { gsub(/^sbin\/${atsbi
.for athdr in aarp at at_var ddp ddp_var endian phase2
PRINT_PLIST_AWK+= { gsub(/^include\/netatalk\/${athdr}\.h$$/, "$${PLIST.appletalk}&"); }
.endfor
-.for atman1 in aecho getzones nbp nbplkup nbprgstr nbpunrgstr pap
+.for atman1 in aecho getzones nbp nbplkup nbprgstr nbpunrgstr pap rtmpqry
PRINT_PLIST_AWK+= { gsub(/^man\/man1\/${atman1}\.1$$/, "$${PLIST.appletalk}&"); }
.endfor
.for atman5 in atalkd.conf papd.conf macipgw.conf
Index: pkgsrc/net/netatalk4/PLIST
diff -u pkgsrc/net/netatalk4/PLIST:1.6 pkgsrc/net/netatalk4/PLIST:1.7
--- pkgsrc/net/netatalk4/PLIST:1.6 Tue Aug 12 18:22:55 2025
+++ pkgsrc/net/netatalk4/PLIST Wed Aug 13 09:03:26 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/08/12 18:22:55 hauke Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/08/13 09:03:26 hauke Exp $
${PLIST.ea}bin/ad
bin/addump
${PLIST.appletalk}bin/aecho
@@ -15,7 +15,7 @@ ${PLIST.appletalk}bin/nbprgstr
${PLIST.appletalk}bin/nbpunrgstr
${PLIST.appletalk}bin/pap
${PLIST.appletalk}bin/papstatus
-bin/rtmpqry
+${PLIST.appletalk}bin/rtmpqry
include/atalk/acl.h
include/atalk/adouble.h
include/atalk/aep.h
@@ -81,7 +81,7 @@ ${PLIST.appletalk}man/man1/nbplkup.1
${PLIST.appletalk}man/man1/nbprgstr.1
${PLIST.appletalk}man/man1/nbpunrgstr.1
${PLIST.appletalk}man/man1/pap.1
-man/man1/rtmpqry.1
+${PLIST.appletalk}man/man1/rtmpqry.1
man/man3/atalk_aton.3
man/man3/nbp_name.3
man/man4/atalk.4
Home |
Main Index |
Thread Index |
Old Index