Date: Wed, 8 Mar 2006 03:38:37 -0000 From: Shaun Amott <shaun@inerd.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/94215: mail/libnewmail - Fix MASTER_SITE (make fetchable again) Message-ID: <1141789117.55626@charon.picobyte.net> Resent-Message-ID: <200603080340.k283e5AJ087481@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94215 >Category: ports >Synopsis: mail/libnewmail - Fix MASTER_SITE (make fetchable again) >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:40:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shaun Amott >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: >Description: - Master site moved - replace with new URL - WWW line in pkg-descr needs updating also - Remove USE_REINPLACE >How-To-Repeat: >Fix: --- libnewmail.diff begins here --- diff -urN libnewmail.orig/Makefile libnewmail/Makefile --- libnewmail.orig/Makefile Thu Feb 23 14:13:08 2006 +++ libnewmail/Makefile Wed Mar 8 03:35:09 2006 @@ -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 diff -urN libnewmail.orig/pkg-descr libnewmail/pkg-descr --- libnewmail.orig/pkg-descr Wed Mar 8 03:29:01 2006 +++ libnewmail/pkg-descr Wed Mar 8 03:28:22 2006 @@ -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://0pointer.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?1141789117.55626>