diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-07-23 02:43:55 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-07-23 02:43:55 +0000 |
commit | b43083409f500d0ff330b246e79274b041900d83 (patch) | |
tree | d3d2349375484004ccc24d4ee61deb1adde10898 /graphics | |
parent | Adding my markers (diff) |
Update my ports to my freebsd address
Approved by: araujo (mentor)
Notes
Notes:
svn path=/head/; revision=217338
Diffstat (limited to '')
-rw-r--r-- | graphics/p5-GD/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GraphViz-Traverse/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index f49eaea4e416..fff9233d7e6e 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-GD # Date created: March 11, 2003 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> +# Whom: Philip M. Gollucci <pgollucci@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= GD-${PORTVERSION} -MAINTAINER= pgollucci@p6m7g8.com +MAINTAINER= pgollucci@FreeBSD.org COMMENT= A perl5 interface to Gd Graphics Library version2 LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd diff --git a/graphics/p5-GraphViz-Traverse/Makefile b/graphics/p5-GraphViz-Traverse/Makefile index 1a9311c2944a..8ed3d423346b 100644 --- a/graphics/p5-GraphViz-Traverse/Makefile +++ b/graphics/p5-GraphViz-Traverse/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@p6m7g8.com +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Build a GraphViz object via callback traversal BUILD_DEPENDS= ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz |