Date: Sat, 26 Apr 2003 11:22:22 +0200 (CEST) From: Alex Dupre <sysadmin@alexdupre.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51432: [Maintainer Update] Port: www/netrik Message-ID: <200304260922.h3Q9MME4017419@vaio.alexdupre.com> Resent-Message-ID: <200304260930.h3Q9U587022019@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51432 >Category: ports >Synopsis: [Maintainer Update] Port: www/netrik >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Apr 26 02:30:05 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Update to 1.9.0. Add USE_GETOPT_LONG. Supercedes PR 51431. >How-To-Repeat: >Fix: --- netrik.diff begins here --- diff -ruN netrik.orig/Makefile netrik/Makefile --- netrik.orig/Makefile Sat Apr 26 11:07:08 2003 +++ netrik/Makefile Sat Apr 26 11:07:59 2003 @@ -8,7 +8,7 @@ # PORTNAME= netrik -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,6 +19,7 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_GMAKE= yes +USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -27,11 +28,6 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" -.endif .if ${OSVERSION} < 400000 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif diff -ruN netrik.orig/distinfo netrik/distinfo --- netrik.orig/distinfo Sat Apr 26 11:07:09 2003 +++ netrik/distinfo Sat Apr 26 11:08:15 2003 @@ -1 +1 @@ -MD5 (netrik-1.8.0.tar.gz) = 5c0575272cf68456b932b72349e1d501 +MD5 (netrik-1.9.0.tar.gz) = 783fe50b27db87abdccb8244027b0b0c --- netrik.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?200304260922.h3Q9MME4017419>