diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-03-15 19:46:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-03-15 19:46:30 +0800 |
commit | c874c4a03268cc90105913498aca8abd577af8a3 (patch) | |
tree | 70b42fecde69bd03eb1f73fee6c95de004ebcab7 /devel | |
parent | 84c0fc3a69bcb82f9a3beb588fe1dc05dea2f3a7 (diff) | |
download | freebsd-ports-gnome-c874c4a03268cc90105913498aca8abd577af8a3.tar.gz freebsd-ports-gnome-c874c4a03268cc90105913498aca8abd577af8a3.tar.zst freebsd-ports-gnome-c874c4a03268cc90105913498aca8abd577af8a3.zip |
- Unbreak, update WWW
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libnxt/Makefile | 6 | ||||
-rw-r--r-- | devel/libnxt/pkg-descr | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/devel/libnxt/Makefile b/devel/libnxt/Makefile index 55cb8ed58d99..6aeae8456de9 100644 --- a/devel/libnxt/Makefile +++ b/devel/libnxt/Makefile @@ -4,15 +4,11 @@ PORTNAME= libnxt PORTVERSION= 0.3 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libnxt/ MAINTAINER= bacon4000@gmail.com COMMENT= Lego NXT library -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - SUB_FILES= pkg-message USES= python:build scons shebangfix USE_LDCONFIG= yes diff --git a/devel/libnxt/pkg-descr b/devel/libnxt/pkg-descr index 4ad545995b91..e51ecbac1368 100644 --- a/devel/libnxt/pkg-descr +++ b/devel/libnxt/pkg-descr @@ -1,3 +1,3 @@ Lego Mindstorms NXT firmware management tools and library. -WWW: http://libnxt.googlecode.com +WWW: https://code.google.com/archive/p/libnxt/ |