diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 11:41:31 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 11:41:31 +0800 |
commit | 7e4df03c06ab7f22794b8ef4becc3202509b8476 (patch) | |
tree | f4e878a1a9326f0bbf3f2beeb144ce6139e5608d /databases | |
parent | da6abad9eddf3e7dc3dda2cc9564fc38b9a7d81a (diff) | |
download | freebsd-ports-gnome-7e4df03c06ab7f22794b8ef4becc3202509b8476.tar.gz freebsd-ports-gnome-7e4df03c06ab7f22794b8ef4becc3202509b8476.tar.zst freebsd-ports-gnome-7e4df03c06ab7f22794b8ef4becc3202509b8476.zip |
- Reassign to the heap at maintainer's request
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Class-DBI-mysql/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-MySQL-Diff/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/databases/p5-Class-DBI-mysql/Makefile b/databases/p5-Class-DBI-mysql/Makefile index 7a040983ffd6..dc8958a5fc14 100644 --- a/databases/p5-Class-DBI-mysql/Makefile +++ b/databases/p5-Class-DBI-mysql/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-DBI-mysql -# Date created: 14 August 2003 -# Whom: andrew@scoop.co.nz -# +# Created by: andrew@scoop.co.nz # $FreeBSD$ -# PORTNAME= Class-DBI-mysql PORTVERSION= 1.00 @@ -11,7 +7,7 @@ CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= andrew@scoop.co.nz +MAINTAINER= ports@FreeBSD.org COMMENT= Extensions to Class::DBI for MySQL BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \ diff --git a/databases/p5-MySQL-Diff/Makefile b/databases/p5-MySQL-Diff/Makefile index e578c255aca8..b29fd44327c5 100644 --- a/databases/p5-MySQL-Diff/Makefile +++ b/databases/p5-MySQL-Diff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: MySQL-Diff -# Date created: 11 August 2003 -# Whom: Andrew McNaughton <andrew@scoop.co.nz> -# +# Created by: Andrew McNaughton <andrew@scoop.co.nz> # $FreeBSD$ -# PORTNAME= MySQL-Diff PORTVERSION= 0.43 @@ -11,7 +7,7 @@ CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= andrew@scoop.co.nz +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for comparing the table structure of two MySQL databases BUILD_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \ |