Sat Dec 17 10:16:08 2011 UTC ()
Add missing mk/curses buildlink.
Respect LDFLAGS

Bump PKGREVISION


(sbd)
diff -r1.6 -r1.7 pkgsrc/mail/up-imapproxy/Makefile
diff -r1.5 -r1.6 pkgsrc/mail/up-imapproxy/distinfo
diff -r1.2 -r1.3 pkgsrc/mail/up-imapproxy/patches/patch-af

cvs diff -r1.6 -r1.7 pkgsrc/mail/up-imapproxy/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/mail/up-imapproxy/Attic/Makefile 2010/02/04 14:21:10 1.6
+++ pkgsrc/mail/up-imapproxy/Attic/Makefile 2011/12/17 10:16:08 1.7
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2010/02/04 14:21:10 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2011/12/17 10:16:08 sbd Exp $
 
 DISTNAME=	up-imapproxy-1.2.5
-PKGREVISION=	2
+PKGREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.imapproxy.org/downloads/
 
@@ -37,4 +37,5 @@
 	${INSTALL_DATA} ${WRKSRC}/scripts/imapproxy.conf \
 		 ${DESTDIR}${PREFIX}/share/examples/up-imapproxy
 
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/mail/up-imapproxy/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/mail/up-imapproxy/Attic/distinfo 2007/06/07 15:12:01 1.5
+++ pkgsrc/mail/up-imapproxy/Attic/distinfo 2011/12/17 10:16:08 1.6
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2007/06/07 15:12:01 taca Exp $
+$NetBSD: distinfo,v 1.6 2011/12/17 10:16:08 sbd Exp $
 
 SHA1 (up-imapproxy-1.2.5.tar.gz) = 07851f057c351e0421a351c9494c3cb97113028e
 RMD160 (up-imapproxy-1.2.5.tar.gz) = 3ae62cae816b760e1f768678c5889f6ec37989e7
@@ -7,5 +7,5 @@
 SHA1 (patch-ac) = 1f2cd6af6a2a7d472f7d0f507da7e56ac2afc5a3
 SHA1 (patch-ad) = 90800e5502c5f76d7e67e718c162621d385d632b
 SHA1 (patch-ae) = 3c361aa68399325503ae64e74efada28522e10a6
-SHA1 (patch-af) = 5589475efe0b58ba683efadc817b8730a314a491
+SHA1 (patch-af) = d07d772b2820f0ec96e4e427a693dd9bdb4fc256
 SHA1 (patch-ag) = eb626aa4b2a3c1226c55f033249b875e7428d46a

cvs diff -r1.2 -r1.3 pkgsrc/mail/up-imapproxy/patches/Attic/patch-af (expand / switch to context diff)
--- pkgsrc/mail/up-imapproxy/patches/Attic/patch-af 2006/05/10 12:25:09 1.2
+++ pkgsrc/mail/up-imapproxy/patches/Attic/patch-af 2011/12/17 10:16:08 1.3
@@ -1,8 +1,17 @@
-$NetBSD: patch-af,v 1.2 2006/05/10 12:25:09 adrianp Exp $
+$NetBSD: patch-af,v 1.3 2011/12/17 10:16:08 sbd Exp $
 
---- Makefile.in.orig	2005-08-31 17:32:23.000000000 +0100
-+++ Makefile.in	2006-05-09 18:32:51.000000000 +0100
-@@ -79,8 +79,8 @@
+--- Makefile.in.orig	2007-01-30 15:23:46.000000000 +0000
++++ Makefile.in
+@@ -69,7 +69,7 @@ $(XYD_BIN): $(XYD_OBJ)
+ 	$(CC) -o $@ $(XYD_OBJ) $(LDFLAGS) $(XYD_LIB)
+ 
+ $(TAT_BIN): $(TAT_OBJ)
+-	$(CC) -o $@ $(TAT_OBJ) $(TAT_LIB)
++	$(CC) -o $@ $(TAT_OBJ) $(LDFLAGS) $(TAT_LIB)
+ 
+ clean:
+ 	rm -f ./src/core  $(XYD_OBJ) $(TAT_OBJ) $(XYD_BIN) $(TAT_BIN)
+@@ -79,8 +79,8 @@ distclean: clean
  
  install: $(XYD_BIN) $(TAT_BIN)
  	mkdir -p $(EBIN)