Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2017 22:45:34 +0000 (UTC)
From:      Shaun Amott <shaun@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438121 - head/lang/tinypy
Message-ID:  <201704092245.v39MjYBA080746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: shaun
Date: Sun Apr  9 22:45:33 2017
New Revision: 438121
URL: https://svnweb.freebsd.org/changeset/ports/438121

Log:
  - Unbreak port: project has moved to GitHub.
  - Recreate empty directory that is missing in the new tarball.
  
  PR:		218498
  Submitted by:	Marcin Cieślak <saper@saper.info> (maintainer)

Modified:
  head/lang/tinypy/Makefile
  head/lang/tinypy/distinfo

Modified: head/lang/tinypy/Makefile
==============================================================================
--- head/lang/tinypy/Makefile	Sun Apr  9 22:23:57 2017	(r438120)
+++ head/lang/tinypy/Makefile	Sun Apr  9 22:45:33 2017	(r438121)
@@ -5,7 +5,6 @@ PORTNAME=	tinypy
 PORTVERSION=	1.1
 PORTREVISION=	1
 CATEGORIES=	lang python
-MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	saper@saper.info
 COMMENT=	Minimalist implementation of python in 64k of code
@@ -14,12 +13,11 @@ LICENSE=	MIT PSFL
 LICENSE_COMB=	multi
 LICENSE_FILE=	LICENSE.txt
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
+GH_ACCOUNT=	philhassey
 
 USES=		python:build
 USE_PYTHON=	distutils noegginfo
+USE_GITHUB=	yes
 
 PYDISTUTILS_BUILD_TARGET=	linux
 
@@ -46,6 +44,9 @@ post-patch:
 do-configure:
 	@${DO_NADA}
 
+pre-build:
+	@${MKDIR} ${WRKSRC}/build
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/build/tinypy ${STAGEDIR}${PREFIX}/bin
 .if ${PORT_OPTIONS:MEXAMPLES} && ${PORT_OPTIONS:MPYGAME}

Modified: head/lang/tinypy/distinfo
==============================================================================
--- head/lang/tinypy/distinfo	Sun Apr  9 22:23:57 2017	(r438120)
+++ head/lang/tinypy/distinfo	Sun Apr  9 22:45:33 2017	(r438121)
@@ -1,2 +1,3 @@
-SHA256 (tinypy-1.1.tar.gz) = 858d68d3643614e3646776ad99d5e4ad7cbd6428f44c3acd4cf7b11db1c55b39
-SIZE (tinypy-1.1.tar.gz) = 40632
+TIMESTAMP = 1491665253
+SHA256 (philhassey-tinypy-1.1_GH0.tar.gz) = acfd3042ae5b72ae0ae153e109bbf268a7ecf24ec069c9746fa7137f0927ddfb
+SIZE (philhassey-tinypy-1.1_GH0.tar.gz) = 40138



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