diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-15 01:38:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-15 01:38:38 +0000 |
commit | 877112a97a12f13961860862e6325c33cea3507c (patch) | |
tree | 2d42935600d47a20181a0fc981aacd518b22cb62 /mail/imap-uw/Makefile | |
parent | 8c3d7c77c288c1eba0a55be13606a7ae24a742ba (diff) |
Update to version 4.5.
PR: 10288
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=17198
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r-- | mail/imap-uw/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 0943b7a86a1a..d8984b2e3128 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: imap-uw -# Version required: 4.4 +# Version required: 4.5 # Date created: 9 Jan 1997 # Whom: pst # -# $Id: Makefile,v 1.25 1999/01/13 02:47:30 scrappy Exp $ +# $Id: Makefile,v 1.26 1999/01/21 03:47:42 flathill Exp $ # -DISTNAME= imap-4.4 -PKGNAME= imap-uw-4.4 +DISTNAME= imap-4.5 +PKGNAME= imap-uw-4.5 CATEGORIES= mail -MASTER_SITES= ftp://ftp.cac.washington.edu/imap/old/ +MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ EXTRACT_SUFX= .tar.Z MAINTAINER= imap-uw@freebsd.ady.ro @@ -20,7 +20,7 @@ ALL_TARGET= bsf MAN8= ipopd.8 imapd.8 SHLIBBASE= c-client4 -SHLIBMAJ= 4 +SHLIBMAJ= 5 SHLIBNAME= lib${SHLIBBASE}.so.${SHLIBMAJ} MAKE_ENV= SHLIBNAME=${SHLIBNAME} SHLIBBASE=${SHLIBBASE} PLIST_SUB= SHLIBNAME=${SHLIBNAME} SHLIBBASE=${SHLIBBASE} |