Bug 82801 - [MAINTAINER] mail/qmail-ldap2-with_tls: Add ucspi-tcp as a dependency
Summary: [MAINTAINER] mail/qmail-ldap2-with_tls: Add ucspi-tcp as a dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-30 01:00 UTC by Renato Botelho
Modified: 2005-06-30 16:17 UTC (History)
0 users

See Also:


Attachments
qmail-ldap2-with_tls-1.03.20050401a_1.patch (660 bytes, patch)
2005-06-30 01:00 UTC, Renato Botelho
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Renato Botelho 2005-06-30 01:00:32 UTC
- Add ucspi-tcp as a dependency, it's needed to make .cdb files

Generated with FreeBSD Port Tools 0.63
Comment 1 Renato Botelho 2005-06-30 01:11:34 UTC
New patch that bump PORTREVISION.

Thanks

--- qmail-ldap.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/qmail-ldap/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- Makefile	28 Jun 2005 15:43:09 -0000	1.39
+++ Makefile	29 Jun 2005 23:54:52 -0000
@@ -7,14 +7,15 @@
 
 PORTNAME=	qmail
 PORTVERSION=	${QMAIL_VERSION}.${LDAP_PATCH_DATE}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 PKGNAMESUFFIX=	-ldap
 
 MAINTAINER=	freebsd@galle.com.br
 COMMENT=	A SECURE, reliable, and FAST MTA for UNIX systems WITH LDAP support
 
-RUN_DEPENDS=	${LOCALBASE}/bin/svscan:${PORTSDIR}/sysutils/daemontools
+RUN_DEPENDS=	${LOCALBASE}/bin/svscan:${PORTSDIR}/sysutils/daemontools \
+		${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp
 
 CONFLICTS=	nss-[0-9]* emboss-[0-9]* digest-[0-9]*
 
--- qmail-ldap.patch ends here ---

-- 
Renato Botelho <freebsd at galle dot com dot br>
AIM: RBGargaBR | ICQ: 54596223
GnuPG Key: http://www.galle.com.br/~renato/pubkey.asc

Bureaucrats cut red tape -- lengthwise.
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2005-06-30 16:07:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

I'll take it.
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2005-06-30 16:17:25 UTC
State Changed
From-To: open->closed

Committed, thanks!