Mon Jan 24 22:39:29 2022 UTC ()
imap-uw: bump PKGREVISION for the new patchset added


(wiz)
diff -r1.152 -r1.153 pkgsrc/mail/imap-uw/Makefile

cvs diff -r1.152 -r1.153 pkgsrc/mail/imap-uw/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/imap-uw/Makefile 2021/11/29 16:19:01 1.152
+++ pkgsrc/mail/imap-uw/Makefile 2022/01/24 22:39:29 1.153
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.152 2021/11/29 16:19:01 jperkin Exp $ 1# $NetBSD: Makefile,v 1.153 2022/01/24 22:39:29 wiz Exp $
2# 2#
3# ATTENTION: 3# ATTENTION:
4# The Kerberos support in this software is known to be problematic. If you 4# The Kerberos support in this software is known to be problematic. If you
5# upgrade this package you *must* test it on a system with Kerberos libraries 5# upgrade this package you *must* test it on a system with Kerberos libraries
6# but not running Kerberos before committing the changes. 6# but not running Kerberos before committing the changes.
7# 7#
8# NOTE ALSO: 8# NOTE ALSO:
9# The most common reason to install this package is as a prerequisite for pine. 9# The most common reason to install this package is as a prerequisite for pine.
10# If you upgrade this package, you *must* test mail/pine with the new version. 10# If you upgrade this package, you *must* test mail/pine with the new version.
11 11
12DISTNAME= imap-2007f 12DISTNAME= imap-2007f
13PKGNAME= ${DISTNAME:S/-/-uw-/} 13PKGNAME= ${DISTNAME:S/-/-uw-/}
14PKGREVISION= 10 14PKGREVISION= 11
15CATEGORIES= mail 15CATEGORIES= mail
16#MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ 16#MASTER_SITES= ftp://ftp.cac.washington.edu/imap/
17EXTRACT_SUFX= .tar.Z 17EXTRACT_SUFX= .tar.Z
18 18
19MAINTAINER= pkgsrc-users@NetBSD.org 19MAINTAINER= pkgsrc-users@NetBSD.org
20HOMEPAGE= http://www.washington.edu/imap/ 20HOMEPAGE= http://www.washington.edu/imap/
21COMMENT= University of Washington's IMAP, POP2, and POP3 servers 21COMMENT= University of Washington's IMAP, POP2, and POP3 servers
22LICENSE= apache-2.0 22LICENSE= apache-2.0
23 23
24USE_LIBTOOL= yes 24USE_LIBTOOL= yes
25MAKE_ENV+= LIBTOOL=libtool 25MAKE_ENV+= LIBTOOL=libtool
26MAKE_ENV+= LTCOMPILE="libtool --tag=CC --mode=compile" 26MAKE_ENV+= LTCOMPILE="libtool --tag=CC --mode=compile"
27MAKE_ENV+= LTLINK="libtool --tag=CC --mode=link" 27MAKE_ENV+= LTLINK="libtool --tag=CC --mode=link"