pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add or fix manpath entries to use the correct path.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97bf9fb769c9
branches:  trunk
changeset: 348145:97bf9fb769c9
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jun 08 09:58:04 2016 +0000

description:
Add or fix manpath entries to use the correct path.

diffstat:

 databases/mariadb55-server/files/smf/manifest.xml    |   2 +-
 databases/mysql51-server/files/smf/manifest.xml      |   2 +-
 databases/mysql55-server/files/smf/manifest.xml      |   2 +-
 databases/mysql56-server/files/smf/manifest.xml      |   2 +-
 databases/postgresql91-server/files/smf/manifest.xml |   2 +-
 databases/postgresql92-server/files/smf/manifest.xml |   2 +-
 databases/postgresql93-server/files/smf/manifest.xml |   2 +-
 databases/postgresql94-server/files/smf/manifest.xml |   2 +-
 databases/postgresql95-server/files/smf/manifest.xml |   2 +-
 mail/postfix/files/smf/manifest.xml                  |   2 +-
 mail/postgrey/files/smf/manifest.xml                 |   2 +-
 mail/sendmail/files/smf/manifest.xml                 |   2 +-
 net/mDNSResponder/files/smf/manifest.xml             |   2 +-
 net/openntpd/files/smf/manifest.xml                  |   2 +-
 net/openvpn/files/smf/manifest.xml                   |   2 +-
 net/quagga/files/smf/manifest.xml                    |  12 ++++++------
 net/samba/files/smf/manifest.xml                     |   4 ++--
 net/samba4/files/smf/manifest.xml                    |   4 ++--
 security/clamav/files/smf/manifest.xml               |   6 +++---
 sysutils/dbus/files/smf/manifest.xml                 |   2 +-
 sysutils/hal/files/smf/manifest.xml                  |   2 +-
 sysutils/salt/files/smf/manifest.xml                 |   4 ++--
 sysutils/tenshi/files/smf/manifest.xml               |   2 +-
 www/bozohttpd/files/smf/manifest.xml                 |   2 +-
 24 files changed, 34 insertions(+), 34 deletions(-)

diffs (truncated from 378 to 300 lines):

diff -r a7196c36ef8b -r 97bf9fb769c9 databases/mariadb55-server/files/smf/manifest.xml
--- a/databases/mariadb55-server/files/smf/manifest.xml Wed Jun 08 09:46:01 2016 +0000
+++ b/databases/mariadb55-server/files/smf/manifest.xml Wed Jun 08 09:58:04 2016 +0000
@@ -24,7 +24,7 @@
         <loctext xml:lang='C'>MySQL RDBMS</loctext>
       </common_name>
       <documentation>
-        <manpage title='MySQL 5.5' section='1' />
+        <manpage title='MySQL 5.5' section='1' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='mysql.com' uri='http://dev.mysql.com/docs' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 databases/mysql51-server/files/smf/manifest.xml
--- a/databases/mysql51-server/files/smf/manifest.xml   Wed Jun 08 09:46:01 2016 +0000
+++ b/databases/mysql51-server/files/smf/manifest.xml   Wed Jun 08 09:58:04 2016 +0000
@@ -24,7 +24,7 @@
         <loctext xml:lang='C'>MySQL RDBMS</loctext>
       </common_name>
       <documentation>
-        <manpage title='MySQL 5.1' section='1' />
+        <manpage title='MySQL 5.1' section='1' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='mysql.com' uri='http://dev.mysql.com/docs' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 databases/mysql55-server/files/smf/manifest.xml
--- a/databases/mysql55-server/files/smf/manifest.xml   Wed Jun 08 09:46:01 2016 +0000
+++ b/databases/mysql55-server/files/smf/manifest.xml   Wed Jun 08 09:58:04 2016 +0000
@@ -24,7 +24,7 @@
         <loctext xml:lang='C'>MySQL RDBMS</loctext>
       </common_name>
       <documentation>
-        <manpage title='MySQL 5.5' section='1' />
+        <manpage title='MySQL 5.5' section='1' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='mysql.com' uri='http://dev.mysql.com/docs' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 databases/mysql56-server/files/smf/manifest.xml
--- a/databases/mysql56-server/files/smf/manifest.xml   Wed Jun 08 09:46:01 2016 +0000
+++ b/databases/mysql56-server/files/smf/manifest.xml   Wed Jun 08 09:58:04 2016 +0000
@@ -24,7 +24,7 @@
         <loctext xml:lang='C'>MySQL RDBMS</loctext>
       </common_name>
       <documentation>
-        <manpage title='MySQL 5.6' section='1' />
+        <manpage title='MySQL 5.6' section='1' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='mysql.com' uri='http://dev.mysql.com/docs' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 databases/postgresql91-server/files/smf/manifest.xml
--- a/databases/postgresql91-server/files/smf/manifest.xml      Wed Jun 08 09:46:01 2016 +0000
+++ b/databases/postgresql91-server/files/smf/manifest.xml      Wed Jun 08 09:58:04 2016 +0000
@@ -30,7 +30,7 @@
         <loctext xml:lang='C'>PostgreSQL RDBMS</loctext>
       </common_name>
       <documentation>
-        <manpage title='postgres' section='1M' />
+        <manpage title='postgres' section='1M' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='postgresql.org' uri='http://postgresql.org' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 databases/postgresql92-server/files/smf/manifest.xml
--- a/databases/postgresql92-server/files/smf/manifest.xml      Wed Jun 08 09:46:01 2016 +0000
+++ b/databases/postgresql92-server/files/smf/manifest.xml      Wed Jun 08 09:58:04 2016 +0000
@@ -30,7 +30,7 @@
         <loctext xml:lang='C'>PostgreSQL RDBMS</loctext>
       </common_name>
       <documentation>
-        <manpage title='postgres' section='1M' />
+        <manpage title='postgres' section='1M' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='postgresql.org' uri='http://postgresql.org' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 databases/postgresql93-server/files/smf/manifest.xml
--- a/databases/postgresql93-server/files/smf/manifest.xml      Wed Jun 08 09:46:01 2016 +0000
+++ b/databases/postgresql93-server/files/smf/manifest.xml      Wed Jun 08 09:58:04 2016 +0000
@@ -30,7 +30,7 @@
         <loctext xml:lang='C'>PostgreSQL RDBMS</loctext>
       </common_name>
       <documentation>
-        <manpage title='postgres' section='1M' />
+        <manpage title='postgres' section='1M' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='postgresql.org' uri='http://postgresql.org' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 databases/postgresql94-server/files/smf/manifest.xml
--- a/databases/postgresql94-server/files/smf/manifest.xml      Wed Jun 08 09:46:01 2016 +0000
+++ b/databases/postgresql94-server/files/smf/manifest.xml      Wed Jun 08 09:58:04 2016 +0000
@@ -30,7 +30,7 @@
         <loctext xml:lang='C'>PostgreSQL RDBMS</loctext>
       </common_name>
       <documentation>
-        <manpage title='postgres' section='1M' />
+        <manpage title='postgres' section='1M' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='postgresql.org' uri='http://postgresql.org' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 databases/postgresql95-server/files/smf/manifest.xml
--- a/databases/postgresql95-server/files/smf/manifest.xml      Wed Jun 08 09:46:01 2016 +0000
+++ b/databases/postgresql95-server/files/smf/manifest.xml      Wed Jun 08 09:58:04 2016 +0000
@@ -30,7 +30,7 @@
         <loctext xml:lang='C'>PostgreSQL RDBMS</loctext>
       </common_name>
       <documentation>
-        <manpage title='postgres' section='1M' />
+        <manpage title='postgres' section='1M' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='postgresql.org' uri='http://postgresql.org' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 mail/postfix/files/smf/manifest.xml
--- a/mail/postfix/files/smf/manifest.xml       Wed Jun 08 09:46:01 2016 +0000
+++ b/mail/postfix/files/smf/manifest.xml       Wed Jun 08 09:58:04 2016 +0000
@@ -35,7 +35,7 @@
         <loctext xml:lang='C'>Postfix SMTP Server</loctext>
       </common_name>
       <documentation>
-        <manpage title='postfix' section='1' />
+        <manpage title='postfix' section='1' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='postfix.org' uri='http://www.postfix.org/documentation.html' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 mail/postgrey/files/smf/manifest.xml
--- a/mail/postgrey/files/smf/manifest.xml      Wed Jun 08 09:46:01 2016 +0000
+++ b/mail/postgrey/files/smf/manifest.xml      Wed Jun 08 09:58:04 2016 +0000
@@ -43,7 +43,7 @@
         <loctext xml:lang='C'>Postgrey Greylisting for Postfix</loctext>
       </common_name>
       <documentation>
-        <manpage title='postgrey' section='1' />
+        <manpage title='postgrey' section='1' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='postgrey website' uri='http://postgrey.schweikert.ch' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 mail/sendmail/files/smf/manifest.xml
--- a/mail/sendmail/files/smf/manifest.xml      Wed Jun 08 09:46:01 2016 +0000
+++ b/mail/sendmail/files/smf/manifest.xml      Wed Jun 08 09:58:04 2016 +0000
@@ -33,7 +33,7 @@
         <loctext xml:lang='C'>Sendmail SMTP Server</loctext>
       </common_name>
       <documentation>
-        <manpage title='sendmail' section='8' />
+        <manpage title='sendmail' section='8' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='sendmail.com' uri='http://www.sendmail.com/sm/open_source/docs/' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 net/mDNSResponder/files/smf/manifest.xml
--- a/net/mDNSResponder/files/smf/manifest.xml  Wed Jun 08 09:46:01 2016 +0000
+++ b/net/mDNSResponder/files/smf/manifest.xml  Wed Jun 08 09:58:04 2016 +0000
@@ -23,7 +23,7 @@
         <loctext xml:lang='C'>Apple ease-of-use IP networking initiative</loctext>
       </common_name>
       <documentation>
-        <manpage title='mdnsd' section='8M'/>
+        <manpage title='mdnsd' section='8M' manpath='@PREFIX@/@PKGMANDIR@'/>
       </documentation>
     </template>
   </service>
diff -r a7196c36ef8b -r 97bf9fb769c9 net/openntpd/files/smf/manifest.xml
--- a/net/openntpd/files/smf/manifest.xml       Wed Jun 08 09:46:01 2016 +0000
+++ b/net/openntpd/files/smf/manifest.xml       Wed Jun 08 09:58:04 2016 +0000
@@ -32,7 +32,7 @@
         <loctext xml:lang='C'>OpenNTPD time server</loctext>
       </common_name>
       <documentation>
-        <manpage title='ntpd' section='8' />
+        <manpage title='ntpd' section='8' manpath='@PREFIX@/@PKGMANDIR@'/>
         <doc_link name='openntpd.org' uri='http://www.openntpd.org/' />
       </documentation>
     </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 net/openvpn/files/smf/manifest.xml
--- a/net/openvpn/files/smf/manifest.xml        Wed Jun 08 09:46:01 2016 +0000
+++ b/net/openvpn/files/smf/manifest.xml        Wed Jun 08 09:58:04 2016 +0000
@@ -25,7 +25,7 @@
                                <loctext xml:lang="C">openvpn</loctext>
                        </common_name>
                        <documentation>
-                               <manpage title="openvpn" section="8" manpath="man"/>
+                               <manpage title="openvpn" section="8" manpath='@PREFIX@/@PKGMANDIR@'/>
                                <doc_link name="openvpn.net" uri="http://openvpn.net/index.php/manuals"/>
                        </documentation>
                </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 net/quagga/files/smf/manifest.xml
--- a/net/quagga/files/smf/manifest.xml Wed Jun 08 09:46:01 2016 +0000
+++ b/net/quagga/files/smf/manifest.xml Wed Jun 08 09:58:04 2016 +0000
@@ -72,7 +72,7 @@
           <loctext xml:lang='C'>Quagga: zebra, RIB, kernel intermediary and misc daemon</loctext>
         </common_name>
         <documentation>
-          <manpage title='zebra' section='1M' manpath='@PREFIX@/man' />
+          <manpage title='zebra' section='1M' manpath='@PREFIX@/@PKGMANDIR@'/>
           <doc_link name='quagga.net' uri='http://www.quagga.net/' />
         </documentation>
       </template>
@@ -144,7 +144,7 @@
           <loctext xml:lang='C'>Quagga: ripd, RIPv1/2 IPv4 routing protocol daemon.</loctext>
         </common_name>
         <documentation>
-          <manpage title='ripd' section='1M' manpath='@PREFIX@/man' />
+          <manpage title='ripd' section='1M' manpath='@PREFIX@/@PKGMANDIR@'/>
           <doc_link name='quagga.net' uri='http://www.quagga.net/' />
         </documentation>
       </template>
@@ -215,7 +215,7 @@
           <loctext xml:lang='C'>Quagga: ripngd, RIPng IPv6 routing protocol daemon.</loctext>
         </common_name>
         <documentation>
-          <manpage title='ripngd' section='1M' manpath='@PREFIX@/man' />
+          <manpage title='ripngd' section='1M' manpath='@PREFIX@/@PKGMANDIR@'/>
           <doc_link name='quagga.net' uri='http://www.quagga.net/' />
         </documentation>
       </template>
@@ -288,7 +288,7 @@
           <loctext xml:lang='C'>Quagga: ospfd, OSPFv2 IPv4 routing protocol daemon.</loctext>
         </common_name>
         <documentation>
-          <manpage title='ospfd' section='1M' manpath='@PREFIX@/man' />
+          <manpage title='ospfd' section='1M' manpath='@PREFIX@/@PKGMANDIR@'/>
           <doc_link name='quagga.net' uri='http://www.quagga.net/' />
         </documentation>
       </template>
@@ -357,7 +357,7 @@
           <loctext xml:lang='C'>Quagga: ospf6d, OSPFv3 IPv6 routing protocol daemon.</loctext>
         </common_name>
         <documentation>
-          <manpage title='ospf6d' section='1M' manpath='@PREFIX@/man' />
+          <manpage title='ospf6d' section='1M' manpath='@PREFIX@/@PKGMANDIR@'/>
           <doc_link name='quagga.net' uri='http://www.quagga.net/' />
         </documentation>
       </template>
@@ -444,7 +444,7 @@
           <loctext xml:lang='C'>Quagga: bgpd, BGP routing protocol daemon.</loctext>
         </common_name>
         <documentation>
-          <manpage title='bgpd' section='1M' manpath='@PREFIX@/man' />
+          <manpage title='bgpd' section='1M' manpath='@PREFIX@/@PKGMANDIR@'/>
           <doc_link name='quagga.net' uri='http://www.quagga.net/' />
         </documentation>
       </template>
diff -r a7196c36ef8b -r 97bf9fb769c9 net/samba/files/smf/manifest.xml
--- a/net/samba/files/smf/manifest.xml  Wed Jun 08 09:46:01 2016 +0000
+++ b/net/samba/files/smf/manifest.xml  Wed Jun 08 09:58:04 2016 +0000
@@ -18,7 +18,7 @@
                                <loctext xml:lang='C'>Samba SMB/CIFS services</loctext>
                        </common_name>
                        <documentation>
-                               <manpage title='smbd' section='8' manpath='man'/>
+                               <manpage title='smbd' section='8' manpath='@PREFIX@/@PKGMANDIR@'/>
                        </documentation>
                </template>
        </instance>
@@ -32,7 +32,7 @@
                                <loctext xml:lang='C'>Samba NetBIOS name server</loctext>
                        </common_name>
                        <documentation>
-                               <manpage title='nmbd' section='8' manpath='man'/>
+                               <manpage title='nmbd' section='8' manpath='@PREFIX@/@PKGMANDIR@'/>
                        </documentation>
                </template>
        </instance>
diff -r a7196c36ef8b -r 97bf9fb769c9 net/samba4/files/smf/manifest.xml
--- a/net/samba4/files/smf/manifest.xml Wed Jun 08 09:46:01 2016 +0000
+++ b/net/samba4/files/smf/manifest.xml Wed Jun 08 09:58:04 2016 +0000
@@ -18,7 +18,7 @@
                                <loctext xml:lang='C'>Samba SMB/CIFS services</loctext>
                        </common_name>
                        <documentation>
-                               <manpage title='smbd' section='8' manpath='man'/>
+                               <manpage title='smbd' section='8' manpath='@PREFIX@/@PKGMANDIR@'/>
                        </documentation>
                </template>
        </instance>
@@ -32,7 +32,7 @@
                                <loctext xml:lang='C'>Samba NetBIOS name server</loctext>
                        </common_name>
                        <documentation>
-                               <manpage title='nmbd' section='8' manpath='man'/>
+                               <manpage title='nmbd' section='8' manpath='@PREFIX@/@PKGMANDIR@'/>
                        </documentation>
                </template>
        </instance>
diff -r a7196c36ef8b -r 97bf9fb769c9 security/clamav/files/smf/manifest.xml
--- a/security/clamav/files/smf/manifest.xml    Wed Jun 08 09:46:01 2016 +0000
+++ b/security/clamav/files/smf/manifest.xml    Wed Jun 08 09:58:04 2016 +0000
@@ -32,7 +32,7 @@
           <loctext xml:lang='C'>ClamAV anti-virus scanner daemon</loctext>
         </common_name>
         <documentation>
-          <manpage title='clamd' section='8' manpath='man'/>
+          <manpage title='clamd' section='8' manpath='@PREFIX@/@PKGMANDIR@'/>
         </documentation>
       </template>
     </instance>
@@ -48,7 +48,7 @@
           <loctext xml:lang='C'>ClamAV anti-virus database update daemon</loctext>
         </common_name>
         <documentation>
-          <manpage title='freshclam' section='1' manpath='man'/>
+          <manpage title='freshclam' section='1' manpath='@PREFIX@/@PKGMANDIR@'/>
         </documentation>
       </template>
     </instance>



Home | Main Index | Thread Index | Old Index