ports/51282: [Update Port] www/netrik (take maintainership)

Alex Dupre sysadmin at alexdupre.com
Tue Apr 22 13:30:09 UTC 2003


>Number:         51282
>Category:       ports
>Synopsis:       [Update Port] www/netrik (take maintainership)
>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:   Tue Apr 22 06:30:07 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 from 1.2.1 to 1.8.0.
Add dependencies.
Take maintainership.
>How-To-Repeat:
>Fix:

--- netrik.diff begins here ---
diff -ruN netrik.orig/Makefile netrik/Makefile
--- netrik.orig/Makefile	Tue Apr 22 14:50:30 2003
+++ netrik/Makefile	Tue Apr 22 15:17:55 2003
@@ -8,26 +8,32 @@
 #
 
 PORTNAME=	netrik
-PORTVERSION=	1.2.1
+PORTVERSION=	1.8.0
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sysadmin at alexdupre.com
 COMMENT=	A text web browser, very ambitious, in active development
 
+RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
+
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV=	CPPFLAGS="${CPPLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MAN1=		netrik.1
 MAN5=		netrikrc.5
 
-.if !exists(/usr/include/getopt.h)
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
 LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS=	-L${LOCALBASE}/lib -lgnugetopt
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+.endif
+.if ${OSVERSION} < 400000
+LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN netrik.orig/distinfo netrik/distinfo
--- netrik.orig/distinfo	Tue Apr 22 14:50:30 2003
+++ netrik/distinfo	Tue Apr 22 14:58:18 2003
@@ -1 +1 @@
-MD5 (netrik-1.2.1.tar.gz) = 9bb324ea238718aaafe0789e74aa944a
+MD5 (netrik-1.8.0.tar.gz) = 5c0575272cf68456b932b72349e1d501
diff -ruN netrik.orig/pkg-descr netrik/pkg-descr
--- netrik.orig/pkg-descr	Tue Apr 22 14:50:30 2003
+++ netrik/pkg-descr	Tue Apr 22 15:26:54 2003
@@ -3,4 +3,5 @@
 
 WWW: http://netrik.sourceforge.net/
 
--- AlanE
+- Alex Dupre
+sysadmin at alexdupre.com
diff -ruN netrik.orig/pkg-plist netrik/pkg-plist
--- netrik.orig/pkg-plist	Tue Apr 22 14:50:30 2003
+++ netrik/pkg-plist	Tue Apr 22 15:10:19 2003
@@ -17,6 +17,8 @@
 share/doc/netrik/hacking-page.txt
 share/doc/netrik/hacking-pager.html
 share/doc/netrik/hacking-pager.txt
+share/doc/netrik/hacking-search.html
+share/doc/netrik/hacking-search.txt
 share/doc/netrik/hacking.html
 share/doc/netrik/hacking.txt
 share/doc/netrik/index.html
--- netrik.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list