diff options
author | riggs <riggs@FreeBSD.org> | 2015-04-06 19:14:32 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2015-04-06 19:14:32 +0800 |
commit | 016a94880f4bcb6d087dcac68ce66df247a656b2 (patch) | |
tree | 955f9e58a328a7cad164d2619e03082a431faeba /comms/comserv/Makefile | |
parent | deeaa05e0ce20ed94235a96915f0521a4ce7f434 (diff) | |
download | freebsd-ports-gnome-016a94880f4bcb6d087dcac68ce66df247a656b2.tar.gz freebsd-ports-gnome-016a94880f4bcb6d087dcac68ce66df247a656b2.tar.zst freebsd-ports-gnome-016a94880f4bcb6d087dcac68ce66df247a656b2.zip |
- Update to upstream version 1.4.4
- Update MASTER_SITES, MAINTAINER, COMMENT
- Add missing WWW in pkg-descr
- Pet portlint; general cleanup
PR: 198568
Submitted by: portmaster@bsdforge.com (maintainer)
Diffstat (limited to 'comms/comserv/Makefile')
-rw-r--r-- | comms/comserv/Makefile | 19 |
1 files changed, 8 insertions, 11 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> |