From 05b5759e539f1689b0c55892d341257cbdff13ef Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 28 Sep 2000 20:56:03 +0000 Subject: Update qmail-ldap 1.03.20000701, and share logic in qmail port, and some other minor tweaks. "However, this is not worth a PORTREVISION tag. I did not change the behavior of the qmail port in any way." PR: 21563 Submitted by: Mario Sergio Fujikawa Ferreira (maintainer) --- mail/qmail/Makefile | 6 ++++-- mail/qmail/distinfo | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'mail/qmail') diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 7fc1cdf56bda..d75a0e5be7ca 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qmail -PORTVERSION= 1.03 +PORTVERSION?= ${QMAIL_VERSION} CATEGORIES= mail MASTER_SITES= http://cr.yp.to/software/ \ ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \ @@ -14,6 +14,7 @@ MASTER_SITES= http://cr.yp.to/software/ \ ftp://ftp.rifkin.technion.ac.il/pub/qmail/ \ ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \ ftp://ftp.id.wustl.edu/pub/qmail/ +DISTNAME= ${PORTNAME}-${QMAIL_VERSION} # Patch necessary to cope with non-RFC >512 dns entries # Since AOL has been using those, the problem has skyrocketed from minor to @@ -27,7 +28,8 @@ MAINTAINER= lioux@linf.unb.br # A normal qmail installation puts everything into /var/qmail/. # If you want to install to /usr/local/, then "/usr/local/qmail" is # suggested instead of "/usr/local", but both will work. -PREFIX= /var/qmail +PREFIX?= /var/qmail +QMAIL_VERSION?= 1.03 ALL_TARGET= default dot-qmail.5 qmail-control.5 qmail-getpw.8 \ qmail-limits.7 qmail-newmrh.8 qmail-newu.8 qmail-pw2u.8 \ diff --git a/mail/qmail/distinfo b/mail/qmail/distinfo index 7945db8fc902..0b367edb94b8 100644 --- a/mail/qmail/distinfo +++ b/mail/qmail/distinfo @@ -1,3 +1,3 @@ MD5 (qmail-1.03.tar.gz) = 622f65f982e380dbe86e6574f3abcb7c +MD5 (qmail-ldap-1.03-20000701.patch.gz) = 15bc80f2180dbaacf4286dcd3d3014f6 MD5 (qmail-103.patch) = 9140ad2b03017145cd7963c84bb24f16 -MD5 (qmail-ldap-1.03-20000501.patch.gz) = 3bac26caf4fbbf9a9af1919c60dd9f94 -- cgit