diff options
author | shaun <shaun@FreeBSD.org> | 2017-04-10 06:45:33 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2017-04-10 06:45:33 +0800 |
commit | cb56c7e3f85ff98f098efb394434d006208879b4 (patch) | |
tree | 441fca6314091b010b016b31a153a38add7fe79f /lang | |
parent | 8fce8c57679fd798563cab9ee8bcbfc7bf9c29a5 (diff) | |
download | freebsd-ports-gnome-cb56c7e3f85ff98f098efb394434d006208879b4.tar.gz freebsd-ports-gnome-cb56c7e3f85ff98f098efb394434d006208879b4.tar.zst freebsd-ports-gnome-cb56c7e3f85ff98f098efb394434d006208879b4.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)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tinypy/Makefile | 9 | ||||
-rw-r--r-- | lang/tinypy/distinfo | 5 |
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 |