aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2017-04-09 22:45:33 +0000
committerShaun Amott <shaun@FreeBSD.org>2017-04-09 22:45:33 +0000
commit2111d75cdfc8c5e5d4910b8e002432802a82a80a (patch)
tree441fca6314091b010b016b31a153a38add7fe79f
parent652f5f66bd4086aa148117a54d1a5565dbb8daa5 (diff)
downloadports-2111d75cdfc8c5e5d4910b8e002432802a82a80a.tar.gz
ports-2111d75cdfc8c5e5d4910b8e002432802a82a80a.zip
- 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)
Notes
Notes: svn path=/head/; revision=438121
-rw-r--r--lang/tinypy/Makefile9
-rw-r--r--lang/tinypy/distinfo5
2 files changed, 8 insertions, 6 deletions
diff --git a/lang/tinypy/Makefile b/lang/tinypy/Makefile
index 40fcf4ad5d96..c5995e0dc173 100644
--- a/lang/tinypy/Makefile
+++ b/lang/tinypy/Makefile
@@ -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}
diff --git a/lang/tinypy/distinfo b/lang/tinypy/distinfo
index 843131154c06..c5cab698dd9f 100644
--- a/lang/tinypy/distinfo
+++ b/lang/tinypy/distinfo
@@ -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