Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  8 May 2004 13:13:39 +0800 (CST)
From:      Xin LI <delphij@frontfree.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66371: [MAINTAINER UPDATE] Update mail/missey to 1.1.1
Message-ID:  <20040508051339.EADAA1158D@beastie.frontfree.net>
Resent-Message-ID: <200405080520.i485KLp0017002@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 07 22:20:21 PDT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040508051339.EADAA1158D>