ports/77724: [PATCH] mail/exact: update to 1.41 (fix unfetchable)

Sam Lawrance boris at brooknet.com.au
Sat Feb 19 10:10:19 UTC 2005


>Number:         77724
>Category:       ports
>Synopsis:       [PATCH] mail/exact: update to 1.41 (fix unfetchable)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 19 10:10:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb  9 00:12:24 EST
>Description:
- Chase MASTERSITES
- Update to 1.41
- New patch: files/patch-apconf.c

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- exact-1.41.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/mail/exact/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	22 Feb 2004 02:09:14 -0000	1.5
+++ Makefile	19 Feb 2005 09:22:27 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	exact
-PORTVERSION=	1.38
+PORTVERSION=	1.41
 CATEGORIES=	mail
-MASTER_SITES=	http://www.britishsteal.com/dist/exact/
+MASTER_SITES=	http://adju.st/dist/exact/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A program that implements POP Before SMTP Relay Authentication
@@ -18,6 +18,7 @@
 MAILLOG?=	/var/log/maillog
 EXACTDIR?=	/var/exact
 
+USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-user=${MAILUSER} \
 		--with-group=${MAILGROUP} \
Index: distinfo
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/mail/exact/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	17 Mar 2004 18:29:27 -0000	1.4
+++ distinfo	19 Feb 2005 09:21:17 -0000
@@ -1,2 +1,2 @@
-MD5 (exact-1.38.tar.gz) = 4fb337e46b2b7a78b9843fff4e52b4b7
-SIZE (exact-1.38.tar.gz) = 71534
+MD5 (exact-1.41.tar.gz) = ec84a87890b2f4683e30ecc7ad254323
+SIZE (exact-1.41.tar.gz) = 76983
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/mail/exact/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	3 Jun 2003 02:15:01 -0000	1.1
+++ pkg-descr	19 Feb 2005 09:19:34 -0000
@@ -3,7 +3,7 @@
 It will work as is with UW-IMAPD, Cyrus, Courier (imapd and popd),
 Perdition, Exim and Sendmail.
 
-WWW: http://www.britishsteal.com/dist/exact/
+WWW: http://adju.st/dist/exact/
 
 --
 mwest at uct.ac.za


--- /dev/null	Sat Feb 19 21:07:44 2005
+++ files/patch-apconf.c	Sat Feb 19 21:06:38 2005
@@ -0,0 +1,10 @@
+--- apconf.c.orig	Sat Feb 19 21:05:40 2005
++++ apconf.c	Sat Feb 19 21:05:54 2005
+@@ -6,6 +6,7 @@
+  */
+ 
+ #include <stdio.h>
++#include <sys/types.h>
+ #include <regex.h>
+ #include <string.h>
+ #include <stdlib.h>

--- exact-1.41.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list