diff options
author | jhale <jhale@FreeBSD.org> | 2012-09-13 12:45:58 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-09-13 12:45:58 +0800 |
commit | 4e31a11157e54f32fa6f1463615480ed9b0b1c6c (patch) | |
tree | bd2bd2e3726cc69cf0256f5c52d064d824f6d4e5 /graphics | |
parent | 9c710aa635d1dc2a2ce22d201ad63ce11dbc8f81 (diff) | |
download | freebsd-ports-gnome-4e31a11157e54f32fa6f1463615480ed9b0b1c6c.tar.gz freebsd-ports-gnome-4e31a11157e54f32fa6f1463615480ed9b0b1c6c.tar.zst freebsd-ports-gnome-4e31a11157e54f32fa6f1463615480ed9b0b1c6c.zip |
- Update MAINTAINER to my new FreeBSD.org address
Approved by: makc (mentor)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/frei0r/Makefile | 2 | ||||
-rw-r--r-- | graphics/libpgf/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/frei0r/Makefile b/graphics/frei0r/Makefile index bc7736640626..13ab9c31c55d 100644 --- a/graphics/frei0r/Makefile +++ b/graphics/frei0r/Makefile @@ -14,7 +14,7 @@ MASTER_SITES?= http://piksel.no/${PORTNAME}/releases/ \ ftp://ftp.dyne.org/${PORTNAME}/releases/ \ http://distfiles.macports.org/${PORTNAME}-plugins/ -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT?= Minimalistic plugin API for video effects .if !defined(BUILDING_FREI0R_METAPORT) diff --git a/graphics/libpgf/Makefile b/graphics/libpgf/Makefile index 95585bfb5dee..51b3dc3d8e9b 100644 --- a/graphics/libpgf/Makefile +++ b/graphics/libpgf/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-latest/ \ SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Progressive Graphics Format (PGF) library LICENSE= LGPL21 |