From owner-svn-ports-head@freebsd.org Sun Jul 21 16:21:42 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B8447B7776; Sun, 21 Jul 2019 16:21:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A47185EF8; Sun, 21 Jul 2019 16:21:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7501725E99; Sun, 21 Jul 2019 16:21:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6LGLg2q098469; Sun, 21 Jul 2019 16:21:42 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6LGLfTo098465; Sun, 21 Jul 2019 16:21:41 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201907211621.x6LGLfTo098465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 21 Jul 2019 16:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507055 - in head: . math math/bitwise misc misc/bitwise X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . math math/bitwise misc misc/bitwise X-SVN-Commit-Revision: 507055 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9A47185EF8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.937,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2019 16:21:42 -0000 Author: yuri Date: Sun Jul 21 16:21:41 2019 New Revision: 507055 URL: https://svnweb.freebsd.org/changeset/ports/507055 Log: misc/bitwise: Move to the 'math' category; Fix license; Update COMMENT PR: 239365 Reported by: Greg V Added: head/math/bitwise/ - copied from r507054, head/misc/bitwise/ Deleted: head/misc/bitwise/ Modified: head/MOVED head/math/Makefile head/math/bitwise/Makefile head/misc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jul 21 14:59:17 2019 (r507054) +++ head/MOVED Sun Jul 21 16:21:41 2019 (r507055) @@ -12852,3 +12852,4 @@ security/snortreport||2019-07-16|Has expired: Abandonw databases/pecl-redis3|databases/pecl-redis|2019-07-19|No longer needed after PHP 5 removal www/weblint||2019-07-20|Broken, uses nonexistant perl libraries, and upstream disappeared. Use www/p5-HTML-Lint instead www/august||2019-07-20|Uses removed weblint +misc/bitwise|math/bitwise|2019-07-21|Moved to math category Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Jul 21 14:59:17 2019 (r507054) +++ head/math/Makefile Sun Jul 21 16:21:41 2019 (r507055) @@ -141,6 +141,7 @@ SUBDIR += barvinok SUBDIR += bcal SUBDIR += biggles + SUBDIR += bitwise SUBDIR += blacs SUBDIR += blas SUBDIR += blaze Modified: head/math/bitwise/Makefile ============================================================================== --- head/misc/bitwise/Makefile Sun Jul 21 14:59:17 2019 (r507054) +++ head/math/bitwise/Makefile Sun Jul 21 16:21:41 2019 (r507055) @@ -3,12 +3,13 @@ PORTNAME= bitwise DISTVERSIONPREFIX= v DISTVERSION= 0.32 -CATEGORIES= misc +PORTREVISION= 1 +CATEGORIES= math MAINTAINER= yuri@FreeBSD.org -COMMENT= Terminal-based bitwise manipulator in curses +COMMENT= Terminal-based bit manipulator in curses -LICENSE= APACHE20 +LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf localbase ncurses readline Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Jul 21 14:59:17 2019 (r507054) +++ head/misc/Makefile Sun Jul 21 16:21:41 2019 (r507055) @@ -27,7 +27,6 @@ SUBDIR += binclock SUBDIR += biosfont-demos SUBDIR += birthday - SUBDIR += bitwise SUBDIR += bogosort SUBDIR += bottlerocket SUBDIR += box2d