Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2006 05:16:54 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/94214: [PATCH] mail/libnewmail: UNBREAK (fix fetch)
Message-ID:  <1141787814.53311@it.buh.tecnik93.com>
Resent-Message-ID: <200603080320.k283K41K085595@freefall.freebsd.org>

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

>Number:         94214
>Category:       ports
>Synopsis:       [PATCH] mail/libnewmail: UNBREAK (fix fetch)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 08 03:20:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


FIx MASTER_SITES [1]
Also fix WWW.
Drop USE_REINPLACE

Reported by:    fenner's distfile survey [1]


>How-To-Repeat:





>Fix:


--- libnewmail.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/libnewmail/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	23 Feb 2006 10:37:47 -0000	1.21
+++ Makefile	8 Mar 2006 03:15:39 -0000
@@ -9,7 +9,7 @@
 PORTVERSION=	0.3
 PORTREVISION=	8
 CATEGORIES=	mail
-MASTER_SITES=	http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/
+MASTER_SITES=	http://0pointer.de/lennart/projects/libnewmail/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Generic mail checking library
@@ -20,7 +20,6 @@
 USE_AUTOTOOLS=	libltdl:15
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
-USE_REINPLACE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS+=	--disable-doxygen --disable-lynx
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/mail/libnewmail/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	6 Jun 2003 13:46:20 -0000	1.1
+++ pkg-descr	8 Mar 2006 03:15:39 -0000
@@ -7,4 +7,4 @@
 libnewmail specific configuration. The library offers a clean
 API to implement your own mail checking plugins.
 
-WWW: http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail
+WWW: http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/
--- libnewmail.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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