diff options
author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2018-12-16 19:59:49 +0800 |
---|---|---|
committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2018-12-16 19:59:49 +0800 |
commit | e6e74bcab0825daba84726198433b85bab04507e (patch) | |
tree | d8d7efe5ed72c13aaa1cd085b325b305220a2ba0 /irc | |
parent | bb8d6e4c5e6fbcd93ab2c2511b4643b5095c1e55 (diff) | |
download | freebsd-ports-gnome-e6e74bcab0825daba84726198433b85bab04507e.tar.gz freebsd-ports-gnome-e6e74bcab0825daba84726198433b85bab04507e.tar.zst freebsd-ports-gnome-e6e74bcab0825daba84726198433b85bab04507e.zip |
irc/anope: update 2.0.5 to 2.0.6
- adopt the port;
- silent portlint.
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D18489
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/Makefile | 13 | ||||
-rw-r--r-- | irc/anope/distinfo | 6 |
2 files changed, 8 insertions, 11 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index fce99638af3b..38b93e146661 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -2,25 +2,22 @@ # $FreeBSD$ PORTNAME= anope -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= irc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@FreeBSD.org COMMENT= Set of IRC services for IRC networks LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/COPYING USES= cmake:outsource localbase:ldflags shebangfix -CMAKE_ARGS= -DINSTDIR:STRING="${PREFIX}/anope" -SHEBANG_FILES= ${WRKSRC}/src/tools/*.sh - -CFLAGS_amd64= -fPIC - USE_GITHUB= yes - USE_RC_SUBR= anope +CMAKE_ARGS= -DINSTDIR:STRING="${PREFIX}/anope" +SHEBANG_FILES= ${WRKSRC}/src/tools/*.sh +CFLAGS_amd64= -fPIC SUB_FILES= pkg-message OPTIONS_DEFINE= GNUTLS LDAP MYSQL NLS OPENSSL PCRE POSIX REDIS SASL SQLITE STATS TRE diff --git a/irc/anope/distinfo b/irc/anope/distinfo index 7ab445d99ffc..b7fab77bb847 100644 --- a/irc/anope/distinfo +++ b/irc/anope/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1497014744 -SHA256 (anope-anope-2.0.5_GH0.tar.gz) = acfaa189b05a08108838dcdd6dc6c445cc437861911a7c922599eb7b862f3109 -SIZE (anope-anope-2.0.5_GH0.tar.gz) = 1779920 +TIMESTAMP = 1544364460 +SHA256 (anope-anope-2.0.6_GH0.tar.gz) = 0cbcbe438339dc230577b8922e61acd54489189f3467007534fdebbf94349c74 +SIZE (anope-anope-2.0.6_GH0.tar.gz) = 1781352 |