Date: Wed, 14 Sep 2016 17:52:05 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422146 - head/net/libdnet Message-ID: <201609141752.u8EHq55M040516@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Sep 14 17:52:05 2016 New Revision: 422146 URL: https://svnweb.freebsd.org/changeset/ports/422146 Log: Unbreak by switching to USE_GITHUB Modified: head/net/libdnet/Makefile head/net/libdnet/distinfo Modified: head/net/libdnet/Makefile ============================================================================== --- head/net/libdnet/Makefile Wed Sep 14 17:31:34 2016 (r422145) +++ head/net/libdnet/Makefile Wed Sep 14 17:52:05 2016 (r422146) @@ -4,8 +4,8 @@ PORTNAME= libdnet PORTVERSION= 1.12 PORTREVISION= 1 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES?= net -MASTER_SITES= GOOGLE_CODE MAINTAINER?= onatan@gmail.com COMMENT= Simple interface to low level networking routines @@ -13,11 +13,12 @@ COMMENT= Simple interface to low level n LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Unfetchable (google code has gone away) +USE_GITHUB= yes +GH_ACCOUNT= dugsong GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_dnet_bsd_bpf=yes -USES+= libtool tar:tgz +USES+= libtool .if !defined(LIBDNET_SLAVE) CONFIGURE_ARGS+= --without-python Modified: head/net/libdnet/distinfo ============================================================================== --- head/net/libdnet/distinfo Wed Sep 14 17:31:34 2016 (r422145) +++ head/net/libdnet/distinfo Wed Sep 14 17:52:05 2016 (r422146) @@ -1,2 +1,3 @@ -SHA256 (libdnet-1.12.tgz) = 83b33039787cf99990e977cef7f18a5d5e7aaffc4505548a83d31bd3515eb026 -SIZE (libdnet-1.12.tgz) = 970125 +TIMESTAMP = 1473875381 +SHA256 (dugsong-libdnet-libdnet-1.12_GH0.tar.gz) = b6360659c93fa2e3cde9e0a1fc9c07bc4111f3448c5de856e095eb98315dd424 +SIZE (dugsong-libdnet-libdnet-1.12_GH0.tar.gz) = 959945
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609141752.u8EHq55M040516>