Index: head/net-mgmt/nagcon/Makefile =================================================================== --- head/net-mgmt/nagcon/Makefile (revision 250678) +++ head/net-mgmt/nagcon/Makefile (revision 250679) @@ -1,40 +1,40 @@ # ports collection makefile for: nagcon # Date created: Wed Mar 29 20:41:02 CST 2006 # Whom: Douglas K. Rand # # $FreeBSD$ # PORTNAME= nagcon -PORTVERSION= 0.0.26 +PORTVERSION= 0.0.30 CATEGORIES= net-mgmt MASTER_SITES= http://www.vanheusden.com/nagcon/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ehaupt EXTRACT_SUFX= .tgz MAINTAINER= rand@meridian-enviro.com COMMENT= Nagios console monitor LIB_DEPENDS= strfunc.9:${PORTSDIR}/devel/libstrfunc PLIST_FILES= bin/nagcon CFILES= error.c CPPFILES= utils.cpp br.cpp nc.cpp pl.cpp CFLAGS+= -DVERSION=\"${PORTVERSION}\" -I${LOCALBASE}/include LDFLAGS+= -lncurses -lstdc++ -L${LOCALBASE}/lib -lstrfunc do-build: ${CC} ${CFLAGS} -c -o ${WRKSRC}/${CFILES:C/\.c//}.o ${WRKSRC}/${CFILES} .for f in ${CPPFILES} ${CXX} ${CFLAGS} -c -o ${WRKSRC}/${f:C/\.cpp//}.o ${WRKSRC}/${f} .endfor ${CC} ${LDFLAGS} ${WRKSRC}/error.o ${CPPFILES:C/(.*)\.cpp/${WRKSRC}\/\1.o/} \ -o ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include Property changes on: head/net-mgmt/nagcon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net-mgmt/nagcon/distinfo =================================================================== --- head/net-mgmt/nagcon/distinfo (revision 250678) +++ head/net-mgmt/nagcon/distinfo (revision 250679) @@ -1,3 +1,3 @@ -MD5 (nagcon-0.0.26.tgz) = 695387e635e42943fc4a8e1ec82d5cda -SHA256 (nagcon-0.0.26.tgz) = cb075a804a699dede1eab7497d2819b90ce5bd6440286468294c4159a531d7ef -SIZE (nagcon-0.0.26.tgz) = 15343 +MD5 (nagcon-0.0.30.tgz) = 0b3e8c1c9e015dfd108bdbc4e8b65c52 +SHA256 (nagcon-0.0.30.tgz) = e115f62fdd315b85dfe3a4d0e52a17e7e10ae064b012caa45f4b5dc50889020e +SIZE (nagcon-0.0.30.tgz) = 15479 Property changes on: head/net-mgmt/nagcon/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property