From delphij@frontfree.net  Fri May  7 22:14:09 2004
Return-Path: <delphij@frontfree.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7E01516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 May 2004 22:14:09 -0700 (PDT)
Received: from avgw.bjut.edu.cn (avgw.bjut.edu.cn [202.112.78.85])
	by mx1.FreeBSD.org (Postfix) with SMTP id 48DA143D31
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 May 2004 22:14:08 -0700 (PDT)
	(envelope-from delphij@frontfree.net)
Received: from beastie.frontfree.net ([218.107.145.7])
 by avgw.bjut.edu.cn (SAVSMTP 3.1.5.43) with SMTP id M2004050813140225116
 for <FreeBSD-gnats-submit@freebsd.org>; Sat, 08 May 2004 13:14:02 +0800
Received: from localhost (localhost [127.0.0.1])
	by beastie.frontfree.net (Postfix) with ESMTP id 318EA115C8
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 May 2004 13:13:42 +0800 (CST)
Received: from beastie.frontfree.net ([127.0.0.1])
 by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 00327-04 for <FreeBSD-gnats-submit@freebsd.org>;
 Sat,  8 May 2004 13:13:41 +0800 (CST)
Received: by beastie.frontfree.net (Postfix, from userid 1001)
	id EADAA1158D; Sat,  8 May 2004 13:13:39 +0800 (CST)
Message-Id: <20040508051339.EADAA1158D@beastie.frontfree.net>
Date: Sat,  8 May 2004 13:13:39 +0800 (CST)
From: Xin LI <delphij@frontfree.net>
Reply-To: Xin LI <delphij@frontfree.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER UPDATE] Update mail/missey to 1.1.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         66371
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update mail/missey to 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 07 22:20:21 PDT 2004
>Closed-Date:    Sun May 09 11:28:14 PDT 2004
>Last-Modified:  Sun May  9 21:50:17 PDT 2004
>Originator:     Xin LI
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
The FreeBSD Simplified Chinese Project
>Environment:
System: FreeBSD beastie.frontfree.net 5.2-CURRENT FreeBSD 5.2-CURRENT #33: Mon Apr 26 15:10:21 CST 2004 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386

>Description:
	Here is the updated port of missey. The 1.1.1-RELEASE has improved compilation on other platforms, as well as several bug fixes.
>How-To-Repeat:
>Fix:


--- patch-missey begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/missey/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2 May 2004 06:03:01 -0000	1.1
+++ Makefile	8 May 2004 05:08:18 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	missey
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	mail
 MASTER_SITES=	http://snofe.dot66.net/missey/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/missey/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2 May 2004 06:03:01 -0000	1.1
+++ distinfo	8 May 2004 05:08:18 -0000
@@ -1,2 +1,2 @@
-MD5 (missey-1.1.0.tar.bz2) = 668b845922a13c9cfbcae931702954b9
-SIZE (missey-1.1.0.tar.bz2) = 16687
+MD5 (missey-1.1.1.tar.bz2) = 342affc075dd3274500eb4db740f62f4
+SIZE (missey-1.1.1.tar.bz2) = 16828
Index: files/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/missey/files/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- files/Makefile	2 May 2004 06:03:01 -0000	1.1
+++ files/Makefile	8 May 2004 05:08:18 -0000
@@ -8,20 +8,17 @@
 
 LDFLAGS	+=	-lcrypt
 
-MISSEY	?=	missey
-BENT	?=	bent
+MISSEY	=	missey
+BENT	=	bent
 
 all:		$(MISSEY) $(BENT)
 $(MISSEY):	$(OBJS_M)
-	$(CC) $(CFLAGS) -o $(MISSEY) $(OBJS_M) $(LDFLAGS)
+	$(CC) ${CFLAGS} -o $(MISSEY) $(OBJS_M) $(LDFLAGS)
 $(BENT):	$(OBJS_B)
-	$(CC) $(CFLAGS) ${PTHREAD_CFLAGS} -o $(BENT) $(SRCS_B) ${PTHREAD_LIBS}
+	$(CC) ${CFLAGS} ${PTHREAD_CFLAGS} -o $(BENT) $(SRCS_B) ${PTHREAD_LIBS}
 install:
 	@${MKDIR} -p $(PREFIX)/etc/missey/
 	${INSTALL_DATA} $(WRKSRC)/pop3d.conf $(PREFIX)/etc/missey/pop3d.conf-dist
 	${INSTALL_PROGRAM} $(WRKSRC)/$(MISSEY) $(PREFIX)/sbin/$(MISSEY)
 	${INSTALL_PROGRAM} $(WRKSRC)/$(BENT) $(PREFIX)/sbin/$(BENT)
-
-clean :
-	rm -f *.o *.core core.* *~ *.s missey bent
 
--- patch-missey ends here ---


>Release-Note:
>Audit-Trail:

From: "Jason Li" <delphij@msn.com>
To: freebsd-gnats-submit@FreeBSD.org, delphij@frontfree.net
Cc:  
Subject: Re: ports/66371: [MAINTAINER UPDATE] Update mail/missey to 1.1.1
Date: Mon, 10 May 2004 01:46:44 +0800

 The author has re-rolled the dist tarball, so please use the attached patch 
 for distinfo. Sorry for inconvience.
 
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/mail/missey/distinfo,v
 retrieving revision 1.1
 diff -u -r1.1 distinfo
 --- distinfo	2 May 2004 06:03:01 -0000	1.1
 +++ distinfo	9 May 2004 17:30:14 -0000
 @@ -1,2 +1,2 @@
 -MD5 (missey-1.1.0.tar.bz2) = 668b845922a13c9cfbcae931702954b9
 -SIZE (missey-1.1.0.tar.bz2) = 16687
 +MD5 (missey-1.1.1.tar.bz2) = d5e8321aac7309d14c8f74e19ea3b5cd
 +SIZE (missey-1.1.1.tar.bz2) = 17003
 
 _________________________________________________________________
 Mothers Day is May 9. Make it special with great ideas from the Mothers 
 Day Guide! http://special.msn.com/network/04mothersday.armx
 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun May 9 11:28:06 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=66371 

From: Xin LI <delphij@frontfree.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: freebsd-ports@FreeBSD.org
Subject: Re: ports/66371: [MAINTAINER UPDATE] Update mail/missey to 1.1.1
Date: Mon, 10 May 2004 01:36:21 +0800

 --6c2NcOVqGQ03X4Wi
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 The author has rerolled the dist tarball. Here comes the updated distinfo
 patch:
 
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/mail/missey/distinfo,v
 retrieving revision 1.1
 diff -u -r1.1 distinfo
 --- distinfo	2 May 2004 06:03:01 -0000	1.1
 +++ distinfo	9 May 2004 17:30:14 -0000
 @@ -1,2 +1,2 @@
 -MD5 (missey-1.1.0.tar.bz2) = 668b845922a13c9cfbcae931702954b9
 -SIZE (missey-1.1.0.tar.bz2) = 16687
 +MD5 (missey-1.1.1.tar.bz2) = d5e8321aac7309d14c8f74e19ea3b5cd
 +SIZE (missey-1.1.1.tar.bz2) = 17003
 
 Please use this instead of my originally posted version.
 
 --6c2NcOVqGQ03X4Wi
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (FreeBSD)
 
 iD8DBQFAnmwVOfuToMruuMARAnlPAJ4iTdmmkbNhArhwn2RWU9HRGNrcdgCeOuHE
 OiE4w0raciPHC7K2ud5NJvE=
 =Q0bC
 -----END PGP SIGNATURE-----
 
 --6c2NcOVqGQ03X4Wi--
>Unformatted:
