aboutsummaryrefslogtreecommitdiff
path: root/comms/comserv
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-04-06 11:14:32 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-04-06 11:14:32 +0000
commitcc46d9987f2a004d03708abe134662bee725fa72 (patch)
tree955f9e58a328a7cad164d2619e03082a431faeba /comms/comserv
parent1579fa1a722d594479be258a45c5ca9009b4e6c0 (diff)
downloadports-cc46d9987f2a004d03708abe134662bee725fa72.tar.gz
ports-cc46d9987f2a004d03708abe134662bee725fa72.zip
Notes
Diffstat (limited to 'comms/comserv')
-rw-r--r--comms/comserv/Makefile19
-rw-r--r--comms/comserv/distinfo4
-rw-r--r--comms/comserv/pkg-descr2
3 files changed, 12 insertions, 13 deletions
diff --git a/comms/comserv/Makefile b/comms/comserv/Makefile
index 5eeda53ae1ff..e3d01387c493 100644
--- a/comms/comserv/Makefile
+++ b/comms/comserv/Makefile
@@ -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= 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 <bsd.port.mk>
diff --git a/comms/comserv/distinfo b/comms/comserv/distinfo
index c35e5117a329..68969d1cd8c8 100644
--- a/comms/comserv/distinfo
+++ b/comms/comserv/distinfo
@@ -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
diff --git a/comms/comserv/pkg-descr b/comms/comserv/pkg-descr
index d02e8e05a647..90d075b1a640 100644
--- a/comms/comserv/pkg-descr
+++ b/comms/comserv/pkg-descr
@@ -7,3 +7,5 @@ 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/