svn commit: r472673 - in head/math/gnubc: . files

Yuri Victorovich yuri at FreeBSD.org
Mon Jun 18 07:29:22 UTC 2018


Author: yuri
Date: Mon Jun 18 07:29:21 2018
New Revision: 472673
URL: https://svnweb.freebsd.org/changeset/ports/472673

Log:
  math/gnubc: Update 1.06 -> 1.07.1
  
  Port changes:
  * Change to DISTVERSION
  * Fix LICENSE, it's actually GPLv3
  * Add LICENSE_FILE
  * Add USES=makeinfo
  * Order USExx section
  * Remove patches - not needed any more
  * Change WWW to https
  
  Reported by:	portscout

Deleted:
  head/math/gnubc/files/
Modified:
  head/math/gnubc/Makefile
  head/math/gnubc/distinfo
  head/math/gnubc/pkg-descr

Modified: head/math/gnubc/Makefile
==============================================================================
--- head/math/gnubc/Makefile	Mon Jun 18 04:59:40 2018	(r472672)
+++ head/math/gnubc/Makefile	Mon Jun 18 07:29:21 2018	(r472673)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bc
-PORTVERSION=	1.06
-PORTREVISION=	3
+DISTVERSION=	1.07.1
 CATEGORIES=	math
 MASTER_SITES=	GNU
 PKGNAMEPREFIX=	gnu
@@ -11,10 +10,11 @@ PKGNAMEPREFIX=	gnu
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GNU bc/dc calculator
 
-LICENSE=	GPLv2
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		libedit makeinfo
 GNU_CONFIGURE=	yes
-USES=		libedit
 CONFIGURE_ARGS+=	--with-libedit
 INFO=		bc \
 		dc

Modified: head/math/gnubc/distinfo
==============================================================================
--- head/math/gnubc/distinfo	Mon Jun 18 04:59:40 2018	(r472672)
+++ head/math/gnubc/distinfo	Mon Jun 18 07:29:21 2018	(r472673)
@@ -1,2 +1,3 @@
-SHA256 (bc-1.06.tar.gz) = 4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33
-SIZE (bc-1.06.tar.gz) = 278926
+TIMESTAMP = 1529306440
+SHA256 (bc-1.07.1.tar.gz) = 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
+SIZE (bc-1.07.1.tar.gz) = 419850

Modified: head/math/gnubc/pkg-descr
==============================================================================
--- head/math/gnubc/pkg-descr	Mon Jun 18 04:59:40 2018	(r472672)
+++ head/math/gnubc/pkg-descr	Mon Jun 18 07:29:21 2018	(r472673)
@@ -2,4 +2,4 @@ bc is an arbitrary precision numeric processing langua
 to C but differs in many substantial areas.  It supports interactive execution
 of statements.  The bc utility is included in the POSIX 1003.1-2008 standard.
 
-WWW: http://www.gnu.org/software/bc/
+WWW: https://www.gnu.org/software/bc/


More information about the svn-ports-all mailing list