aboutsummaryrefslogtreecommitdiffstats
path: root/converters/ta2as
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-07-01 06:59:36 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-07-01 06:59:36 +0800
commitbde7d7a15ea5088ab2be1d2b1b31cbd439eb51e6 (patch)
tree0fcb79c0ef3f30cd9ea5174af655e585706d23c3 /converters/ta2as
parente88f9a401dbba83e33160a57033938c888453ef3 (diff)
downloadfreebsd-ports-gnome-bde7d7a15ea5088ab2be1d2b1b31cbd439eb51e6.tar.gz
freebsd-ports-gnome-bde7d7a15ea5088ab2be1d2b1b31cbd439eb51e6.tar.zst
freebsd-ports-gnome-bde7d7a15ea5088ab2be1d2b1b31cbd439eb51e6.zip
- Switch to new github home [1]
- Add LICENSE PR: 201173 [1] Submitted by: tkato432@yahoo.com [1] Differential Revision:
Diffstat (limited to 'converters/ta2as')
-rw-r--r--converters/ta2as/Makefile16
-rw-r--r--converters/ta2as/distinfo4
-rw-r--r--converters/ta2as/pkg-descr2
3 files changed, 14 insertions, 8 deletions
diff --git a/converters/ta2as/Makefile b/converters/ta2as/Makefile
index b1cf6b352422..dc16565b14db 100644
--- a/converters/ta2as/Makefile
+++ b/converters/ta2as/Makefile
@@ -4,20 +4,26 @@
PORTNAME= ta2as
PORTVERSION= 0.8.2
CATEGORIES= converters devel
-MASTER_SITES= GOOGLE_CODE
-DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/g}_src
MAINTAINER= ports@FreeBSD.org
COMMENT= TASM to AT&T asm syntax converter (GNU AS)
-OPTIONS_DEFINE= DOCS
+LICENSE= TA2AS
+LICENSE_NAME= TA2AS license
+LICENSE_FILE= ${WRKSRC}/legal.txt
+LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+
+WRKSRC_SUBDIR= ta2as
-USES= zip
-NO_WRKSUBDIR= yes
+USE_GITHUB= yes
+GH_ACCOUNT= mefistotelis
+GH_TAGNAME= 3f4825a
PORTDOCS= *
PLIST_FILES= bin/${PORTNAME}
+OPTIONS_DEFINE= DOCS
+
post-extract:
@${CP} -f ${FILESDIR}/strtolower.c ${WRKSRC}
diff --git a/converters/ta2as/distinfo b/converters/ta2as/distinfo
index 3e525e3253e2..dbaeef38102a 100644
--- a/converters/ta2as/distinfo
+++ b/converters/ta2as/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ta2as_v0_8_2_src.zip) = 21ecef8ac8d99665b7cf15c6f692214b738e11d77058139133566dd40f92472b
-SIZE (ta2as_v0_8_2_src.zip) = 11339
+SHA256 (mefistotelis-ta2as-0.8.2-3f4825a_GH0.tar.gz) = 55f362bc8bb73c82e6b70e57223921d1ae69019f64be477b6cc0ddd098d64afc
+SIZE (mefistotelis-ta2as-0.8.2-3f4825a_GH0.tar.gz) = 9760
diff --git a/converters/ta2as/pkg-descr b/converters/ta2as/pkg-descr
index eff83d63c4e1..c49a7dae53b2 100644
--- a/converters/ta2as/pkg-descr
+++ b/converters/ta2as/pkg-descr
@@ -14,4 +14,4 @@ This tool was originally written by Frank van Dijk and released by
SPiRiT group; this is continuation of his work, although not much of
the original code remains.
-WWW: http://code.google.com/p/ta2as/
+WWW: https://github.com/mefistotelis/ta2as/