diff options
author | John Marino <marino@FreeBSD.org> | 2013-07-12 13:40:50 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-07-12 13:40:50 +0000 |
commit | 5feebd9c7434aafda042e47711082dcf2126840a (patch) | |
tree | 457c29f64e151b68b0e5b56152e4e2303abe865f /lang | |
parent | cfcc8c6c9a8b2528c8f675f275cf2be296d723f8 (diff) | |
download | ports-5feebd9c7434aafda042e47711082dcf2126840a.tar.gz ports-5feebd9c7434aafda042e47711082dcf2126840a.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc-aux/Makefile | 4 | ||||
-rw-r--r-- | lang/gnat-aux/Makefile | 4 | ||||
-rw-r--r-- | lang/gnatdroid-armv5/Makefile | 4 | ||||
-rw-r--r-- | lang/gnatdroid-armv7/Makefile | 4 | ||||
-rw-r--r-- | lang/gnatdroid-binutils/Makefile | 8 | ||||
-rw-r--r-- | lang/gnatdroid-sysroot/Makefile | 8 |
6 files changed, 12 insertions, 20 deletions
diff --git a/lang/gcc-aux/Makefile b/lang/gcc-aux/Makefile index 1b45d31d2685..78a9aca085e2 100644 --- a/lang/gcc-aux/Makefile +++ b/lang/gcc-aux/Makefile @@ -1,4 +1,4 @@ -# Created by: John Marino <draco@marino.st> +# Created by: John Marino <marino@FreeBSD.org> # $FreeBSD$ PORTNAME= gcc-aux @@ -10,7 +10,7 @@ MASTER_SITES= http://downloads.dragonlace.net/src/:boot \ MASTER_SITE_SUBDIR= releases/gcc-${GCC_VERSION} DISTFILES= gcc-${GCC_VERSION}.tar.bz2 -MAINTAINER= draco@marino.st +MAINTAINER= marino@FreeBSD.org COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support .include "${.CURDIR}/Makefile.common" diff --git a/lang/gnat-aux/Makefile b/lang/gnat-aux/Makefile index 978fddb4d5c9..80136a37356a 100644 --- a/lang/gnat-aux/Makefile +++ b/lang/gnat-aux/Makefile @@ -1,4 +1,4 @@ -# Created by: John Marino <draco@marino.st> +# Created by: John Marino <marino@FreeBSD.org> # $FreeBSD$ PORTNAME= gnat-aux @@ -9,7 +9,7 @@ MASTER_SITES= http://downloads.dragonlace.net/src/:boot \ MASTER_SITE_SUBDIR= releases/gcc-${GCC_VERSION} DISTFILES= gcc-core-${GCC_VERSION}.tar.bz2 -MAINTAINER= draco@marino.st +MAINTAINER= marino@FreeBSD.org COMMENT= GNAT Ada compiler based on GCC ${GCC_BRANCH} .include "${.CURDIR}/Makefile.common" diff --git a/lang/gnatdroid-armv5/Makefile b/lang/gnatdroid-armv5/Makefile index 0239fadf16ed..87b22c34127a 100644 --- a/lang/gnatdroid-armv5/Makefile +++ b/lang/gnatdroid-armv5/Makefile @@ -1,4 +1,4 @@ -# Created by: John Marino <draco@marino> +# Created by: John Marino <marino@FreeBSD.org> # $FreeBSD$ PORTNAME= armv5 @@ -12,7 +12,7 @@ DISTFILES= gcc-core-${GCC_VERSION}.tar.bz2 \ gcc-ada-${GCC_VERSION}.tar.bz2 \ gcc-testsuite-${GCC_VERSION}.tar.bz2 -MAINTAINER= draco@marino.st +MAINTAINER= marino@FreeBSD.org COMMENT= C/Ada cross-compiler, target: Android ARMv5 BUILD_DEPENDS= gnatdroid-sysroot>=9:${PORTSDIR}/lang/gnatdroid-sysroot \ diff --git a/lang/gnatdroid-armv7/Makefile b/lang/gnatdroid-armv7/Makefile index add56839fdae..8fc4db2bf6da 100644 --- a/lang/gnatdroid-armv7/Makefile +++ b/lang/gnatdroid-armv7/Makefile @@ -1,4 +1,4 @@ -# Created by: John Marino <draco@marino> +# Created by: John Marino <marino@FreeBSD.org> # $FreeBSD$ PORTNAME= armv7 @@ -12,7 +12,7 @@ DISTFILES= gcc-core-${GCC_VERSION}.tar.bz2 \ gcc-ada-${GCC_VERSION}.tar.bz2 \ gcc-testsuite-${GCC_VERSION}.tar.bz2 -MAINTAINER= draco@marino.st +MAINTAINER= marino@FreeBSD.org COMMENT= C/Ada cross-compiler, target: Android ARMv7 BUILD_DEPENDS= gnatdroid-sysroot>=9:${PORTSDIR}/lang/gnatdroid-sysroot \ diff --git a/lang/gnatdroid-binutils/Makefile b/lang/gnatdroid-binutils/Makefile index 7aa9f0c7b7ef..e129d02e7371 100644 --- a/lang/gnatdroid-binutils/Makefile +++ b/lang/gnatdroid-binutils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnatdroid-binutils -# Date created: 2011-07-20 -# Whom: John Marino <draco@marino> -# +# Created by: John Marino <marino@FreeBSD.org> # $FreeBSD$ -# PORTNAME= binutils PORTVERSION= 2.21.1 @@ -12,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases PKGNAMEPREFIX= gnatdroid- -MAINTAINER= draco@marino.st +MAINTAINER= marino@FreeBSD.org COMMENT= Infrastructure for C/Ada Android cross-compiler BUILD_DEPENDS= gnatdroid-sysroot>=9:${PORTSDIR}/lang/gnatdroid-sysroot \ diff --git a/lang/gnatdroid-sysroot/Makefile b/lang/gnatdroid-sysroot/Makefile index a58db5ff9450..5c6056db9fee 100644 --- a/lang/gnatdroid-sysroot/Makefile +++ b/lang/gnatdroid-sysroot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnatdroid-sysroot -# Date created: 2011-07-20 -# Whom: John Marino <draco@marino> -# +# Created by: John Marino <marino@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sysroot PORTVERSION= 9 @@ -13,7 +9,7 @@ MASTER_SITES= http://downloads.dragonlace.net/src/ \ PKGNAMEPREFIX= gnatdroid- DISTNAME= android-9-arm -MAINTAINER= draco@marino.st +MAINTAINER= marino@FreeBSD.org COMMENT= Android-9 sysroot for C/Ada Android cross-compiler USE_BZIP2= YES |