summaryrefslogtreecommitdiff
path: root/masqmail
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-11-30 13:10:36 +0100
committerJuergen Daubert <jue@jue.li>2016-11-30 13:10:36 +0100
commit9f65a20c44fda52998a32db226800757c905d6b7 (patch)
treea5e4032f9009ea0d24801838789af7ea200c2916 /masqmail
parent397a6820492397b32564f233630f0bb9acb51fe3 (diff)
downloadopt-9f65a20c44fda52998a32db226800757c905d6b7.tar.gz
opt-9f65a20c44fda52998a32db226800757c905d6b7.tar.xz
masqmail: move man-pages to /usr/share/man
Diffstat (limited to 'masqmail')
-rw-r--r--masqmail/.footprint20
-rw-r--r--masqmail/.signature6
-rw-r--r--masqmail/Pkgfile3
3 files changed, 14 insertions, 15 deletions
diff --git a/masqmail/.footprint b/masqmail/.footprint
index 96673d115..1f886ef0a 100644
--- a/masqmail/.footprint
+++ b/masqmail/.footprint
@@ -10,21 +10,21 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/mailq -> ../sbin/masqmail
-rwxr-xr-x root/root usr/bin/mservdetect
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/mservdetect.1.gz
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/masqmail.aliases.5.gz
--rw-r--r-- root/root usr/man/man5/masqmail.conf.5.gz
--rw-r--r-- root/root usr/man/man5/masqmail.route.5.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/masqmail.8.gz
--rw-r--r-- root/root usr/man/man8/rmail.8.gz
drwxr-xr-x root/root usr/sbin/
-rwsr-xr-x root/root usr/sbin/masqmail
-rwxr-xr-x root/root usr/sbin/rmail
lrwxrwxrwx root/root usr/sbin/sendmail -> masqmail
drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/mservdetect.1.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/masqmail.aliases.5.gz
+-rw-r--r-- root/root usr/share/man/man5/masqmail.conf.5.gz
+-rw-r--r-- root/root usr/share/man/man5/masqmail.route.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/masqmail.8.gz
+-rw-r--r-- root/root usr/share/man/man8/rmail.8.gz
drwxr-xr-x root/root usr/share/masqmail/
drwxr-xr-x root/root usr/share/masqmail/tpl/
-rw-r--r-- root/root usr/share/masqmail/tpl/failmsg.tpl
diff --git a/masqmail/.signature b/masqmail/.signature
index 52b1cf338..4f40dc408 100644
--- a/masqmail/.signature
+++ b/masqmail/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/WvchtqCC3Jv3yh555kvyoSGQvmaNnVEXIuG8M69s/G+WvoAQQLPH1TJk0/iuGKYuAMIMJySknss82tTWKGUjwQ=
-SHA256 (Pkgfile) = 4350f287d9bc4ceedb3c3fec28573383356b8023bffdb2260138245ea0b23fd0
-SHA256 (.footprint) = 1b2e9928760533789d26adefb027ac88b5778539698f0f08d0a45aa67119d08b
+RWSE3ohX2g5d/ZqlVz5vlvHwuJ7qGp770sTsnn+VwB6KtId6eLTc869swmcKjUZCz5TxME4+hH+XqRo3LoAV3PAP7oeI+zgj8gA=
+SHA256 (Pkgfile) = 85f40f941dfa60d7596205a3d43e165889c181665aa9d46f53f46f041997875d
+SHA256 (.footprint) = ed97f7d6f7d33d60a0342c68a6847e633240d6a284fd796c30c0b302389005fe
SHA256 (masqmail-0.3.5.tar.gz) = 030699bdce256f6446239e793e301331e94c4a0124808ce0f7a926ed99b34039
SHA256 (masqmail) = 0636547500c3cb7c65408c91def4231cdebf9be7600e567dbd853b652ca13094
diff --git a/masqmail/Pkgfile b/masqmail/Pkgfile
index f4c5b996b..c5a7a4594 100644
--- a/masqmail/Pkgfile
+++ b/masqmail/Pkgfile
@@ -5,7 +5,7 @@
name=masqmail
version=0.3.5
-release=3
+release=4
source=(http://marmaro.de/prog/masqmail/files/$name-$version.tar.gz
masqmail)
@@ -13,7 +13,6 @@ build () {
cd $name-$version
./configure --prefix=/usr \
- --mandir=/usr/man \
--with-user=mail \
--with-group=mail
make

Generated by cgit