Index: head/comms/comserv/Makefile =================================================================== --- head/comms/comserv/Makefile (revision 383415) +++ head/comms/comserv/Makefile (revision 383416) @@ -1,22 +1,19 @@ # Created by: Brian Dean # $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= Access local serial ports via network connections +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: head/comms/comserv/distinfo =================================================================== --- head/comms/comserv/distinfo (revision 383415) +++ head/comms/comserv/distinfo (revision 383416) @@ -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: head/comms/comserv/pkg-descr =================================================================== --- head/comms/comserv/pkg-descr (revision 383415) +++ head/comms/comserv/pkg-descr (revision 383416) @@ -1,9 +1,11 @@ The comservd program provides a facility to access network terminal server serial ports, such as those available on Xyplex terminal server models, via /dev device file entries. This allows programs such as tip(1) to access devices connected to the terminal server serial ports. 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/