svn commit: r473722 - head/comms/gr-osmosdr

Ganael LAPLANCHE martymac at FreeBSD.org
Mon Jul 2 10:15:24 UTC 2018


Author: martymac
Date: Mon Jul  2 10:15:23 2018
New Revision: 473722
URL: https://svnweb.freebsd.org/changeset/ports/473722

Log:
  Switch to Github and update to latest version
  
  PR:		229265
  Submitted by:	yuri

Modified:
  head/comms/gr-osmosdr/Makefile
  head/comms/gr-osmosdr/distinfo

Modified: head/comms/gr-osmosdr/Makefile
==============================================================================
--- head/comms/gr-osmosdr/Makefile	Mon Jul  2 10:14:09 2018	(r473721)
+++ head/comms/gr-osmosdr/Makefile	Mon Jul  2 10:15:23 2018	(r473722)
@@ -1,11 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	gr-osmosdr
-PORTVERSION=	20170612
-PORTREVISION=	2
+PORTVERSION=	20180610
 CATEGORIES=	comms hamradio
-MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
-		LOCAL/martymac
 
 MAINTAINER=	martymac at FreeBSD.org
 COMMENT=	GNU Radio OsmoSDR module
@@ -21,6 +18,11 @@ LIB_DEPENDS=	libgnuradio-runtime.so:comms/gnuradio \
 		libboost_thread.so:devel/boost-libs
 
 USES=	cmake compiler:c++11-lang fortran pkgconfig python:2.7 tar:tgz
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	osmocom
+GH_TAGNAME=	c98be5d
+
 USE_LDCONFIG=	yes
 BINARY_ALIAS=	swig=swig3.0
 

Modified: head/comms/gr-osmosdr/distinfo
==============================================================================
--- head/comms/gr-osmosdr/distinfo	Mon Jul  2 10:14:09 2018	(r473721)
+++ head/comms/gr-osmosdr/distinfo	Mon Jul  2 10:15:23 2018	(r473722)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515789528
-SHA256 (gr-osmosdr-20170612.tgz) = c3427f73a85f67f1070cbc9e0091d204f89989bd766d0df13d0b528deb8c8e8f
-SIZE (gr-osmosdr-20170612.tgz) = 275296
+TIMESTAMP = 1529941977
+SHA256 (osmocom-gr-osmosdr-20180610-c98be5d_GH0.tar.gz) = ee6febaf453aab4332218a4852ff66c2045a62d64edb20f57676536b7e0c95f3
+SIZE (osmocom-gr-osmosdr-20180610-c98be5d_GH0.tar.gz) = 272086


More information about the svn-ports-all mailing list