Date: Sat, 4 Aug 2018 16:23:51 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476367 - in head: . dns dns/qmdnsengine net net/nitroshare net/qmdnsengine Message-ID: <201808041623.w74GNp4H082696@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Aug 4 16:23:51 2018 New Revision: 476367 URL: https://svnweb.freebsd.org/changeset/ports/476367 Log: Move net/qmdnsengine -> dns/qmdnsengine (to a proper category) Reported by: pi Added: head/dns/qmdnsengine/ - copied from r476366, head/net/qmdnsengine/ Deleted: head/net/qmdnsengine/ Modified: head/MOVED head/dns/Makefile head/dns/qmdnsengine/Makefile head/net/Makefile head/net/nitroshare/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Aug 4 16:13:02 2018 (r476366) +++ head/MOVED Sat Aug 4 16:23:51 2018 (r476367) @@ -10418,3 +10418,4 @@ emulators/snes9x||2018-08-03|Removed: Please use emula emulators/snes9express||2018-08-03|Please use emulators/snes9x-gtk instead security/rubygem-omniauth-shibboleth12||2018-08-04|Removed textproc/rubygem-html-pipeline-gitlab||2018-08-04|Removed +net/qmdnsengine|dns/qmdnsengine|2018-08-04|Move to a proper category Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Sat Aug 4 16:13:02 2018 (r476366) +++ head/dns/Makefile Sat Aug 4 16:23:51 2018 (r476367) @@ -200,6 +200,7 @@ SUBDIR += py-pywdns SUBDIR += py-tld SUBDIR += py-tldextract + SUBDIR += qmdnsengine SUBDIR += radns SUBDIR += rbldnsd SUBDIR += rbllookup Modified: head/dns/qmdnsengine/Makefile ============================================================================== --- head/net/qmdnsengine/Makefile Sat Aug 4 16:13:02 2018 (r476366) +++ head/dns/qmdnsengine/Makefile Sat Aug 4 16:23:51 2018 (r476367) @@ -3,7 +3,8 @@ PORTNAME= qmdnsengine DISTVERSION= 0.1.0-13 DISTVERSIONSUFFIX= -gbac0431 -CATEGORIES= net +PORTREVISION= 1 +CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org COMMENT= Multicast DNS library for Qt applications Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Aug 4 16:13:02 2018 (r476366) +++ head/net/Makefile Sat Aug 4 16:23:51 2018 (r476367) @@ -1162,7 +1162,6 @@ SUBDIR += pythondirector SUBDIR += qadsl SUBDIR += qjsonrpc - SUBDIR += qmdnsengine SUBDIR += qoauth SUBDIR += qoauth-qt5 SUBDIR += qt4-network Modified: head/net/nitroshare/Makefile ============================================================================== --- head/net/nitroshare/Makefile Sat Aug 4 16:13:02 2018 (r476366) +++ head/net/nitroshare/Makefile Sat Aug 4 16:23:51 2018 (r476367) @@ -3,6 +3,7 @@ PORTNAME= nitroshare DISTVERSION= 0.3.4-642 DISTVERSIONSUFFIX= -g2046ccb +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org @@ -12,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libqhttpengine.so:www/qhttpengine \ - libqmdnsengine.so:net/qmdnsengine + libqmdnsengine.so:dns/qmdnsengine USES= cmake:outsource qt:5 USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808041623.w74GNp4H082696>