View | Details | Raw Unified | Return to bug 198568
Collapse All | Expand All

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

Return to bug 198568