From 48fdd146160a807420f4c5ea032bd7554b6fc2b3 Mon Sep 17 00:00:00 2001 From: petef Date: Fri, 5 Oct 2001 08:28:52 +0000 Subject: - Upgrade to imap-2001.FINAL - Install additional cclient header files - Move SSL dependency generation for cclient to post-build - Bump PORTEPOCH - Removed -drac PKGNAMESUFFIX,more confusion than extra info - Remove futile build of imapd/ipop3d/ipop2d in cclient, and libc-client4.a in the imap-uw port. - Respect CFLAGS and CC PR: 30954 Submitted by: maintainer --- mail/imap-uw/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'mail/imap-uw/Makefile') diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index cbff09ca4c77..c979923c3afd 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -6,7 +6,8 @@ # PORTNAME= imap -PORTVERSION= 0106191041 +PORTVERSION= 2001 +PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ ftp://ftp.nuug.no/pub/anders/distfiles/%SUBDIR%/ \ @@ -15,12 +16,8 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ http://mirror.nucba.ac.jp/mirror/imap/%SUBDIR%/ \ ftp://ftp.uni-halle.de/pub/mail/pine/%SUBDIR%/ MASTER_SITE_SUBDIR= . old -.if defined(WITH_DRAC) -PKGNAMESUFFIX= -uw-drac -.else PKGNAMESUFFIX= -uw -.endif -DISTNAME= imap-2001.BETA.SNAP-${PORTVERSION} +DISTNAME= imap-2001.FINAL DISTFILES= ${DISTNAME}.tar.Z imap-utils.tar.Z MAINTAINER= anders@fix.no @@ -30,6 +27,8 @@ LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif +WRKSRC= ${WRKDIR}/imap-2001.RELEASE-CANDIDATE.1 + MAN8= ipopd.8 imapd.8 ALL_TARGET= bsf @@ -121,7 +120,7 @@ post-install: .endif .if defined(WITH_SSL) @${ECHO} "To create and install a new SSL certificate for imapd and ipop3d, type \"make" - @${ECHO} "cert\"." + @${ECHO} "cert\". Or install manually in ${PREFIX}/certs." @${ECHO} @${ECHO} "Example inetd config for SSL only services:" @${ECHO} -- cgit