Index: comserv/Makefile =================================================================== --- comserv/Makefile (revision 381213) +++ comserv/Makefile (working copy) @@ -2,21 +2,18 @@ # $FreeBSD$ PORTNAME= comserv -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= comms net -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= bsd +MASTER_SITES= http://BSDforge.com/projects/source/comms/comserv/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Provide network access to local serial ports and make remote ports appear local +MAINTAINER= portmaster@BSDforge.com +COMMENT= Provide network access to local serial ports making remote ports appear local +LICENSE= BSD2CLAUSE + +USES= tar:xz + PLIST_FILES= sbin/comservd etc/comservd.conf.sample \ etc/rc.d/comservd.sh.sample man/man8/comservd.8.gz -post-patch: - @${REINPLACE_CMD} -E \ - -e '/(INSTALL_|gzip)/ s,(BIN|CONF|MAN|RC)DIR,DESTDIR}$${&,g' \ - -e 's,-o root -g wheel,,' \ - ${WRKSRC}/Makefile - .include Index: comserv/distinfo =================================================================== --- comserv/distinfo (revision 381213) +++ comserv/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (comserv-1.4.3.tar.gz) = d4e40c034c49d8d06ce74aaf589d5d511084fba946ac7c7a0bb4197bd0e73416 -SIZE (comserv-1.4.3.tar.gz) = 30587 +SHA256 (comserv-1.4.4.tar.xz) = 57760aeb95997d0f94b63d30cebc572846dd03e3a2153c209eb415dc06bcd826 +SIZE (comserv-1.4.4.tar.xz) = 26540 Index: comserv/pkg-descr =================================================================== --- comserv/pkg-descr (revision 381213) +++ comserv/pkg-descr (working copy) @@ -7,3 +7,5 @@ Additionally, comservd can serve up local serial ports to remote systems, effectively turning the system running comservd into a terminal server with respect to its own local serial ports. + +WWW: http://BSDforge.com/projects/comms/comserv/