summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-10-12 11:10:34 +0000
committerfhajny <fhajny@pkgsrc.org>2015-10-12 11:10:34 +0000
commit849dbf77f0007a4a9faa77e5fa9b6dd05c3d8cd2 (patch)
tree69c1f44ba28b46ad4df149e08d185d3f91880af3 /mail
parent49c3861cfae2106b08f2a9d31bcb4032760d6f59 (diff)
downloadpkgsrc-849dbf77f0007a4a9faa77e5fa9b6dd05c3d8cd2.tar.gz
Fix missing dep on net/p5-NetAddr-IP. pkglint. PKGREVISION++
Diffstat (limited to 'mail')
-rw-r--r--mail/postgrey/Makefile6
-rw-r--r--mail/postgrey/options.mk4
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile
index 212aafdee4c..7e698fc2ce3 100644
--- a/mail/postgrey/Makefile
+++ b/mail/postgrey/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2015/09/02 18:42:11 fhajny Exp $
+# $NetBSD: Makefile,v 1.46 2015/10/12 11:10:34 fhajny Exp $
DISTNAME= postgrey-1.36
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://postgrey.schweikert.ch/pub/
@@ -12,6 +13,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB
DEPENDS+= p5-IO-Multiplex-[0-9]*:../../devel/p5-IO-Multiplex
DEPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server
+DEPENDS+= p5-NetAddr-IP-[0-9]*:../../net/p5-NetAddr-IP
BDB_ACCEPTED= db4 db5
NO_CONFIGURE= yes
@@ -24,7 +26,7 @@ POSTGREY_USER?= postgrey
POSTGREY_GROUP?= postgrey
POSTGREY_DBDIR?= ${VARBASE}/db/${PKGBASE}
-PKG_SYSCONFSUBDIR?= postfix
+PKG_SYSCONFSUBDIR= postfix
DOCDIR= share/doc/${PKGBASE}
EGDIR= share/examples/${PKGBASE}
diff --git a/mail/postgrey/options.mk b/mail/postgrey/options.mk
index a30a65fc7c8..df14853aba8 100644
--- a/mail/postgrey/options.mk
+++ b/mail/postgrey/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2014/09/10 13:20:16 fhajny Exp $
+# $NetBSD: options.mk,v 1.2 2015/10/12 11:10:34 fhajny Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.postgrey
PKG_SUPPORTED_OPTIONS= postgrey-targrey
@@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= postgrey-targrey
.if !empty(PKG_OPTIONS:Mpostgrey-targrey)
# See http://k2net.hakuba.jp/targrey/index.en.html
-PATCHFILES= targrey-0.31-postgrey-1.34.patch
+PATCHFILES+= targrey-0.31-postgrey-1.34.patch
PATCH_SITES= http://k2net.hakuba.jp/pub/
PATCH_DIST_STRIP= -p0
.endif