diff options
author | marino <marino@FreeBSD.org> | 2013-07-12 21:40:50 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-07-12 21:40:50 +0800 |
commit | 958d96f3718b07bd55e3bd372a67f0a628c811bf (patch) | |
tree | 457c29f64e151b68b0e5b56152e4e2303abe865f /lang/gnatdroid-binutils | |
parent | 9ac2cce51f6a5272123855e17223b67888bfed39 (diff) | |
download | freebsd-ports-graphics-958d96f3718b07bd55e3bd372a67f0a628c811bf.tar.gz freebsd-ports-graphics-958d96f3718b07bd55e3bd372a67f0a628c811bf.tar.zst freebsd-ports-graphics-958d96f3718b07bd55e3bd372a67f0a628c811bf.zip |
Replace John Marino email address with FreeBSD version
While I'm here, also trim the headers on a couple of ports and remove
a reference to the Dragonlace mirror which is down indefinitely.
Approved by: bapt (mentor)
Diffstat (limited to 'lang/gnatdroid-binutils')
-rw-r--r-- | lang/gnatdroid-binutils/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/gnatdroid-binutils/Makefile b/lang/gnatdroid-binutils/Makefile index 7aa9f0c7b7e..e129d02e737 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 \ |