diff options
author | danfe <danfe@FreeBSD.org> | 2014-06-25 17:56:15 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-06-25 17:56:15 +0800 |
commit | 7679cef65aac6043620ebd1c56b00498f910e81b (patch) | |
tree | 42baf50680d39db4dc1bf7c9548c70a31635790e /net-p2p/verlihub-plugins-chatroom | |
parent | d321422d910f02aa2c9da7acbb9e08698d8d0599 (diff) | |
download | freebsd-ports-gnome-7679cef65aac6043620ebd1c56b00498f910e81b.tar.gz freebsd-ports-gnome-7679cef65aac6043620ebd1c56b00498f910e81b.tar.zst freebsd-ports-gnome-7679cef65aac6043620ebd1c56b00498f910e81b.zip |
- Fix the build of verlihub-plugins-luascript: careless patching with sed(1)
resulted in wrong HAVE_LUA_5_0 (instead of correct HAVE_LUA_5_1) macro to
be defined in generated `config.h' header file
- Stagify and cleanup all verlihub-plugins* ports while I'm at here
Diffstat (limited to 'net-p2p/verlihub-plugins-chatroom')
-rw-r--r-- | net-p2p/verlihub-plugins-chatroom/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-chatroom/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/verlihub-plugins-chatroom/Makefile b/net-p2p/verlihub-plugins-chatroom/Makefile index cb8c99698315..fd7c67ccdb7a 100644 --- a/net-p2p/verlihub-plugins-chatroom/Makefile +++ b/net-p2p/verlihub-plugins-chatroom/Makefile @@ -1,4 +1,4 @@ -# Created by: Skylord +# Created by: Mikle Davidkin <skylord@vt.net.ru> # $FreeBSD$ PORTNAME= chatroom @@ -11,7 +11,6 @@ MAINTAINER= me@skylord.ru PLUGIN_DESC= Chatroom -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins" .include <bsd.port.post.mk> diff --git a/net-p2p/verlihub-plugins-chatroom/pkg-descr b/net-p2p/verlihub-plugins-chatroom/pkg-descr index 9d12d573d0e8..8f384f4a6003 100644 --- a/net-p2p/verlihub-plugins-chatroom/pkg-descr +++ b/net-p2p/verlihub-plugins-chatroom/pkg-descr @@ -5,5 +5,5 @@ It is written in c++, has relatively low CPU and RAM usage, and has many useful features. It also uses a MySQL Database. Additional functionality is available through a versatile 'plugin' system. - + WWW: http://www.verlihub-project.org/ |