Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2019 16:21:41 +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: r507055 - in head: . math math/bitwise misc misc/bitwise
Message-ID:  <201907211621.x6LGLfTo098465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <greg@unrelenting.technology>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907211621.x6LGLfTo098465>