Simple update to cpptest 2.0.0.

- Switch to githup
- Fix HOMEPAGE
- Remove base-gcc because we need a c++11 compiler
- Major bump because symbols were deleted

I can't find consumers so I guess there is no impact.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/cpptest/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile    24 Oct 2018 14:27:59 -0000      1.7
+++ Makefile    10 Jun 2019 07:35:48 -0000
@@ -2,23 +2,24 @@
 
 COMMENT =              unit testing framework
 
-DISTNAME =             cpptest-1.1.2
-REVISION =             3
+V =                    2.0.0
+DISTNAME =             cpptest-${V}
 
-SHARED_LIBS +=  cpptest                   0.0 # 0.7
+SHARED_LIBS +=  cpptest                   1.0 # 0.7
 
 CATEGORIES =           devel
 
-HOMEPAGE =             http://cpptest.sourceforge.net/
+HOMEPAGE =             https://cpptest.sourceforge.io
 
 # LGPLv2+
 PERMIT_PACKAGE_CDROM = Yes
 
 WANTLIB += m ${COMPILER_LIBCXX}
 
-COMPILER =             base-clang ports-gcc base-gcc
+MASTER_SITES = https://github.com/cpptest/cpptest/releases/download/${V}/
 
-MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=cpptest/}
+# C++11
+COMPILER =             base-clang ports-gcc
 
 CONFIGURE_STYLE =      gnu
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/cpptest/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo    24 Dec 2013 20:41:49 -0000      1.1.1.1
+++ distinfo    10 Jun 2019 07:35:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (cpptest-1.1.2.tar.gz) = nk/fFWtwk5cwhTbra5IeOuofRjxmE/mgwd/slhQ4YCc=
-SIZE (cpptest-1.1.2.tar.gz) = 458982
+SHA256 (cpptest-2.0.0.tar.gz) = 1bKsQIUOvjRktJk1SiE/iUT3zaVW+SoAzDp06YQb/lI=
+SIZE (cpptest-2.0.0.tar.gz) = 536192

Reply via email to