Date: Fri, 25 Aug 2000 18:55:00 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/20855: Update port: mail/icqmail Message-ID: <20000826015500.AF8DF37B424@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 20855 >Category: ports >Synopsis: Update port: mail/icqmail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 25 19:00:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1-RELEASE i386 >Organization: >Environment: >Description: - Use MASTER_SITE_SOURCEFORGE to MASTER_SITES - Fix typo - Fix WWW: line of pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/icqmail/Makefile mail/icqmail/Makefile --- /usr/ports/mail/icqmail/Makefile Sat Aug 5 03:40:14 2000 +++ mail/icqmail/Makefile Fri Aug 18 19:32:41 2000 @@ -8,8 +8,8 @@ PORTNAME= icqmail PORTVERSION= 1.2 CATEGORIES= mail -MASTER_SITES= http://download.sourceforge.net/icqmail/ \ - ftp://download.sourceforge.net/pub/sourceforge/icqmail/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -17,9 +17,9 @@ mimelib.3:${PORTSDIR}/converters/kdesupport2 \ guile.9:${PORTSDIR}/lang/guile -USE_NEW_GCC= yes +USE_NEWGCC= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lguile -lqthreads" MAN1= icqmail.1 diff -urN /usr/ports/mail/icqmail/pkg/DESCR mail/icqmail/pkg/DESCR --- /usr/ports/mail/icqmail/pkg/DESCR Tue Jul 11 00:45:34 2000 +++ mail/icqmail/pkg/DESCR Fri Aug 18 19:31:23 2000 @@ -1,7 +1,7 @@ ICQMail is a simple ICQ client which forwards all messages to given email address. -WWW: http://www.sourceforge.net/project/?form_grp=371 +WWW: http://sourceforge.net/projects/icqmail/ -- Michael Vasilenko >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000826015500.AF8DF37B424>