diff options
Diffstat (limited to 'masqmail')
-rw-r--r-- | masqmail/.footprint | 20 | ||||
-rw-r--r-- | masqmail/.signature | 6 | ||||
-rw-r--r-- | masqmail/Pkgfile | 3 |
3 files changed, 17 insertions, 12 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 new file mode 100644 index 000000000..4f40dc408 --- /dev/null +++ b/masqmail/.signature @@ -0,0 +1,6 @@ +untrusted comment: verify with /etc/ports/opt.pub +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 |