ports/152844: [PATCH] Use canonical format for FreeBSD.org MAINTAINER addresses
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Dec 5 00:10:07 UTC 2010
>Number: 152844
>Category: ports
>Synopsis: [PATCH] Use canonical format for FreeBSD.org MAINTAINER addresses
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Dec 05 00:10:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Sunpoet Po-Chuan Hsieh
>Release: FreeBSD 8.1-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Nov 23 00:07:29 CST 2010 sunpoet at bonjour.sunpoet.net:/usr/obj/usr/src/sys/bonjour amd64
>Description:
- Use canonical format for FreeBSD.org MAINTAINER addresses
@freebsd.org -> @FreeBSD.org
% cd /usr/ports && make fetchindex
% cut -d\| -f6 /usr/ports/INDEX-8 | grep '@FreeBSD.org$' | wc -l
16857
% cut -d\| -f6 /usr/ports/INDEX-8 | grep '@freebsd.org$' | wc -l
105
>How-To-Repeat:
>Fix:
--- freebsd.org.patch begins here ---
Index: archivers/epkg/Makefile
===================================================================
RCS file: /home/pcvs/ports/archivers/epkg/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- archivers/epkg/Makefile 3 Apr 2010 10:43:57 -0000 1.6
+++ archivers/epkg/Makefile 4 Dec 2010 23:27:03 -0000
@@ -11,7 +11,7 @@
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.feep.net/pub/encap/epkg/
-MAINTAINER= pirzyk at freebsd.org
+MAINTAINER= pirzyk at FreeBSD.org
COMMENT= Encap Package Manager
BUILD_DEPENDS= ${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget
Index: audio/p5-CDDB/Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/p5-CDDB/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- audio/p5-CDDB/Makefile 8 Mar 2010 14:13:37 -0000 1.17
+++ audio/p5-CDDB/Makefile 4 Dec 2010 23:27:05 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= perl at freebsd.org
+MAINTAINER= perl at FreeBSD.org
COMMENT= A high-level interface to the Compact Disc Database
PERL_CONFIGURE= yes
Index: benchmarks/phoronix-test-suite/Makefile
===================================================================
RCS file: /home/pcvs/ports/benchmarks/phoronix-test-suite/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- benchmarks/phoronix-test-suite/Makefile 16 Nov 2010 18:09:26 -0000 1.3
+++ benchmarks/phoronix-test-suite/Makefile 4 Dec 2010 23:27:06 -0000
@@ -12,7 +12,7 @@
MASTER_SITES= http://www.phoronix-test-suite.com/releases/ \
http://www.phoronix.com/downloads/phoronix-test-suite/releases/
-MAINTAINER= ports at freebsd.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Phoronix Benchmarking Suite
OPTIONS= X11 "Enable support for php-gtk2 GUI" on
Index: benchmarks/polygraph31/Makefile
===================================================================
RCS file: /home/pcvs/ports/benchmarks/polygraph31/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- benchmarks/polygraph31/Makefile 21 Jun 2010 22:12:33 -0000 1.27
+++ benchmarks/polygraph31/Makefile 4 Dec 2010 23:27:08 -0000
@@ -13,7 +13,7 @@
DISTNAME= ${PORTNAME:S/31//}-${PORTVERSION}-src
EXTRACT_SUFX= .tgz
-MAINTAINER= adrian at freebsd.org
+MAINTAINER= adrian at FreeBSD.org
COMMENT= A benchmarking tool for Web proxies
GNU_CONFIGURE= YES
Index: biology/p5-Bio-NEXUS/Makefile
===================================================================
RCS file: /home/pcvs/ports/biology/p5-Bio-NEXUS/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- biology/p5-Bio-NEXUS/Makefile 25 Sep 2010 08:14:02 -0000 1.3
+++ biology/p5-Bio-NEXUS/Makefile 4 Dec 2010 23:27:09 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= perl at freebsd.org
+MAINTAINER= perl at FreeBSD.org
COMMENT= An object-oriented Perl API for the NEXUS file format
BUILD_DEPENDS= p5-Clone-PP>=1.02:${PORTSDIR}/devel/p5-Clone-PP \
Index: devel/avr-binutils/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/avr-binutils/Makefile,v
retrieving revision 1.50
diff -u -r1.50 Makefile
--- devel/avr-binutils/Makefile 15 Sep 2010 18:34:08 -0000 1.50
+++ devel/avr-binutils/Makefile 4 Dec 2010 23:27:10 -0000
@@ -13,7 +13,7 @@
MASTER_SITE_SUBDIR= binutils/releases
PKGNAMEPREFIX= avr-
-MAINTAINER= joerg at freebsd.org
+MAINTAINER= joerg at FreeBSD.org
COMMENT= GNU binutils for Atmel AVR 8-bit RISC cross-development
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}
Index: devel/avr-gcc/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/avr-gcc/Makefile,v
retrieving revision 1.73
diff -u -r1.73 Makefile
--- devel/avr-gcc/Makefile 11 Jun 2010 15:09:41 -0000 1.73
+++ devel/avr-gcc/Makefile 4 Dec 2010 23:27:12 -0000
@@ -18,7 +18,7 @@
EXTRACT_ONLY= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
gcc-g++-${PORTVERSION}${EXTRACT_SUFX}
-MAINTAINER= joerg at freebsd.org
+MAINTAINER= joerg at FreeBSD.org
COMMENT= FSF GCC 4.x for Atmel AVR 8-bit RISC cross-development
BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
Index: devel/avr-gcc-3/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/avr-gcc-3/Makefile,v
retrieving revision 1.60
diff -u -r1.60 Makefile
--- devel/avr-gcc-3/Makefile 4 Dec 2010 07:31:01 -0000 1.60
+++ devel/avr-gcc-3/Makefile 4 Dec 2010 23:27:13 -0000
@@ -19,7 +19,7 @@
EXTRACT_ONLY= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
gcc-g++-${PORTVERSION}${EXTRACT_SUFX}
-MAINTAINER= joerg at freebsd.org
+MAINTAINER= joerg at FreeBSD.org
COMMENT= FSF GCC 3.x for Atmel AVR 8-bit RISC cross-development
BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
Index: devel/avr-gcc-42/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/avr-gcc-42/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/avr-gcc-42/Makefile 17 Jun 2009 21:48:08 -0000 1.3
+++ devel/avr-gcc-42/Makefile 4 Dec 2010 23:27:14 -0000
@@ -18,7 +18,7 @@
EXTRACT_ONLY= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
gcc-g++-${PORTVERSION}${EXTRACT_SUFX}
-MAINTAINER= joerg at freebsd.org
+MAINTAINER= joerg at FreeBSD.org
COMMENT= FSF GCC 4.2.x for Atmel AVR 8-bit RISC cross-development
BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
Index: devel/avr-libc/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/avr-libc/Makefile,v
retrieving revision 1.76
diff -u -r1.76 Makefile
--- devel/avr-libc/Makefile 3 Nov 2010 21:25:23 -0000 1.76
+++ devel/avr-libc/Makefile 4 Dec 2010 23:27:16 -0000
@@ -12,7 +12,7 @@
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= joerg at freebsd.org
+MAINTAINER= joerg at FreeBSD.org
COMMENT= A C and math library for the Atmel AVR controller family
BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
Index: devel/gnulibiberty/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/gnulibiberty/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- devel/gnulibiberty/Makefile 6 Apr 2009 07:11:23 -0000 1.12
+++ devel/gnulibiberty/Makefile 4 Dec 2010 23:27:17 -0000
@@ -13,7 +13,7 @@
MASTER_SITE_SUBDIR= binutils/releases
DISTNAME= binutils-${PORTVERSION}
-MAINTAINER= joerg at freebsd.org
+MAINTAINER= joerg at FreeBSD.org
COMMENT= Miscellaneous GNU functions
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}/libiberty
Index: devel/libbfd/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libbfd/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- devel/libbfd/Makefile 19 Dec 2009 14:48:00 -0000 1.15
+++ devel/libbfd/Makefile 4 Dec 2010 23:27:19 -0000
@@ -12,7 +12,7 @@
MASTER_SITE_SUBDIR= binutils/releases
DISTNAME= binutils-${PORTVERSION}
-MAINTAINER= joerg at freebsd.org
+MAINTAINER= joerg at FreeBSD.org
COMMENT= Universal BFD library from GNU binutils
BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty
Index: devel/libical/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libical/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- devel/libical/Makefile 4 Dec 2010 07:31:15 -0000 1.22
+++ devel/libical/Makefile 4 Dec 2010 23:27:20 -0000
@@ -10,7 +10,7 @@
CATEGORIES= devel
MASTER_SITES= SF/freeassociation/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-MAINTAINER= gnome at freebsd.org
+MAINTAINER= gnome at FreeBSD.org
COMMENT= An implementation of the IETF's Calendaring and Scheduling protocols
USE_GNOME= gnomehack
Index: devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile 11 Sep 2010 14:07:18 -0000 1.1
+++ devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile 4 Dec 2010 23:27:21 -0000
@@ -12,7 +12,7 @@
MASTER_SITE_SUBDIR= ../../authors/id/B/BU/BUNDACIA
PKGNAMEPREFIX= p5-
-MAINTAINER= swills at freebsd.org
+MAINTAINER= swills at FreeBSD.org
COMMENT= Perl module which allows logging to RabbitMQ via log4perl
RUN_DEPENDS= ${LOCALBASE}/bin/l4p-tmpl:${PORTSDIR}/devel/p5-Log-Log4perl \
Index: devel/p5-Test-Net-RabbitMQ/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-Net-RabbitMQ/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- devel/p5-Test-Net-RabbitMQ/Makefile 11 Sep 2010 13:31:06 -0000 1.1
+++ devel/p5-Test-Net-RabbitMQ/Makefile 4 Dec 2010 23:27:23 -0000
@@ -12,7 +12,7 @@
MASTER_SITE_SUBDIR= ../../authors/id/G/GP/GPHAT
PKGNAMEPREFIX= p5-
-MAINTAINER= swills at freebsd.org
+MAINTAINER= swills at FreeBSD.org
COMMENT= A Perl mock RabbitMQ implementation for use when testing
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
Index: devel/subversion/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/subversion/Makefile,v
retrieving revision 1.135
diff -u -r1.135 Makefile
--- devel/subversion/Makefile 24 Nov 2010 22:51:09 -0000 1.135
+++ devel/subversion/Makefile 4 Dec 2010 23:27:24 -0000
@@ -4,7 +4,7 @@
#
# $FreeBSD: ports/devel/subversion/Makefile,v 1.135 2010/11/24 22:51:09 lev Exp $
-MAINTAINER= lev at freebsd.org
+MAINTAINER= lev at FreeBSD.org
COMMENT= Version control system
CONFLICTS?= subversion-devel-[0-9]* subversion-freebsd-[0-9]*
Index: devel/svn_load_dirs/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/svn_load_dirs/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/svn_load_dirs/Makefile 18 May 2010 06:07:57 -0000 1.9
+++ devel/svn_load_dirs/Makefile 4 Dec 2010 23:27:27 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= # none
DISTFILES= # none
-MAINTAINER= knu at freebsd.org
+MAINTAINER= knu at FreeBSD.org
COMMENT= A Perl script to load directories into a Subversion repository
RUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
Index: editors/nedit/Makefile
===================================================================
RCS file: /home/pcvs/ports/editors/nedit/Makefile,v
retrieving revision 1.38
diff -u -r1.38 Makefile
--- editors/nedit/Makefile 23 Mar 2008 16:43:56 -0000 1.38
+++ editors/nedit/Makefile 4 Dec 2010 23:27:28 -0000
@@ -16,7 +16,7 @@
DISTFILES= nedit-5.5-src.tar.bz2 nedit.app-defaults
EXTRACT_ONLY= nedit-5.5-src.tar.bz2
-MAINTAINER= deischen at freebsd.org
+MAINTAINER= deischen at FreeBSD.org
COMMENT= An X11/Motif GUI text editor for programs and plain text files
USE_BZIP2= yes
Index: emulators/open-vm-tools/Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/open-vm-tools/Makefile,v
retrieving revision 1.44
diff -u -r1.44 Makefile
--- emulators/open-vm-tools/Makefile 16 Nov 2010 20:37:05 -0000 1.44
+++ emulators/open-vm-tools/Makefile 4 Dec 2010 23:27:31 -0000
@@ -12,7 +12,7 @@
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${RELEASE_DATE}
DISTNAME= open-vm-tools-${RELEASE_DATE}-${BUILD_VER}
-MAINTAINER= mbr at freebsd.org
+MAINTAINER= mbr at FreeBSD.org
COMMENT?= Open VMware tools for FreeBSD VMware guests
RELEASE_DATE= 2010.10.18
Index: emulators/tpm-emulator/Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/tpm-emulator/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- emulators/tpm-emulator/Makefile 7 Nov 2010 12:22:51 -0000 1.2
+++ emulators/tpm-emulator/Makefile 4 Dec 2010 23:27:34 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= BERLIOS/${PORTNAME}
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
-MAINTAINER= nork at freebsd.org
+MAINTAINER= nork at FreeBSD.org
COMMENT= Trusted Platform Module (TPM) emulator
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
Index: games/xmahjongg/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/xmahjongg/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- games/xmahjongg/Makefile 21 Aug 2008 06:17:15 -0000 1.17
+++ games/xmahjongg/Makefile 4 Dec 2010 23:27:35 -0000
@@ -11,7 +11,7 @@
CATEGORIES= games
MASTER_SITES= http://www.lcdf.org/xmahjongg/
-MAINTAINER= joerg at freebsd.org
+MAINTAINER= joerg at FreeBSD.org
COMMENT= The Chinese game of Mahjongg for X11
USE_XORG= x11
Index: graphics/jpeginfo/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/jpeginfo/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- graphics/jpeginfo/Makefile 5 Feb 2010 11:38:47 -0000 1.12
+++ graphics/jpeginfo/Makefile 4 Dec 2010 23:27:37 -0000
@@ -11,7 +11,7 @@
CATEGORIES= graphics
MASTER_SITES= http://www.kokkonen.net/tjko/src/
-MAINTAINER= ache at freebsd.org
+MAINTAINER= ache at FreeBSD.org
COMMENT= Generate listing and MD5, check jpegs for error, delete broken ones
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
Index: japanese/ibus-anthy/Makefile
===================================================================
RCS file: /home/pcvs/ports/japanese/ibus-anthy/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- japanese/ibus-anthy/Makefile 26 Oct 2010 12:53:37 -0000 1.20
+++ japanese/ibus-anthy/Makefile 4 Dec 2010 23:27:39 -0000
@@ -10,7 +10,7 @@
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-MAINTAINER= daichi at freebsd.org
+MAINTAINER= daichi at FreeBSD.org
COMMENT= Anthy engine for IBus
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
Index: japanese/ibus-mozc/Makefile
===================================================================
RCS file: /home/pcvs/ports/japanese/ibus-mozc/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- japanese/ibus-mozc/Makefile 6 Nov 2010 02:40:37 -0000 1.17
+++ japanese/ibus-mozc/Makefile 4 Dec 2010 23:27:40 -0000
@@ -12,7 +12,7 @@
DISTNAME= mozc-${PORTVERSION}
DISTFILES= ${DISTNAME}.tar.bz2
-MAINTAINER= daichi at freebsd.org
+MAINTAINER= daichi at FreeBSD.org
COMMENT= Mozc engine for IBus
BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \
Index: japanese/mh/Makefile
===================================================================
RCS file: /home/pcvs/ports/japanese/mh/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- japanese/mh/Makefile 23 Jun 2010 14:55:04 -0000 1.36
+++ japanese/mh/Makefile 4 Dec 2010 23:27:42 -0000
@@ -15,7 +15,7 @@
MASTER_SITE_SUBDIR= motoyuki
DISTNAME= ${PORTNAME}-${VERSION}-JP-${JP_VERSION}
-MAINTAINER= motoyuki at freebsd.org
+MAINTAINER= motoyuki at FreeBSD.org
COMMENT= Rand MH mail handling system + Japanese patches
BUILD_DEPENDS= jless:${PORTSDIR}/japanese/less
Index: japanese/mozc-additions/Makefile
===================================================================
RCS file: /home/pcvs/ports/japanese/mozc-additions/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- japanese/mozc-additions/Makefile 4 Sep 2010 02:44:11 -0000 1.3
+++ japanese/mozc-additions/Makefile 4 Dec 2010 23:27:43 -0000
@@ -10,7 +10,7 @@
CATEGORIES= japanese
MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/
-MAINTAINER= daichi at freebsd.org
+MAINTAINER= daichi at FreeBSD.org
COMMENT= Additional tools and images for Mozc Japanese Input Method
NO_BUILD= yes
Index: japanese/mozc-server/Makefile
===================================================================
RCS file: /home/pcvs/ports/japanese/mozc-server/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- japanese/mozc-server/Makefile 6 Nov 2010 02:40:38 -0000 1.10
+++ japanese/mozc-server/Makefile 4 Dec 2010 23:27:45 -0000
@@ -12,7 +12,7 @@
DISTNAME= mozc-${PORTVERSION}
DISTFILES= ${DISTNAME}.tar.bz2
-MAINTAINER= daichi at freebsd.org
+MAINTAINER= daichi at FreeBSD.org
COMMENT= Mozc server for IBus, SCIM and others
BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \
Index: japanese/mozc-tool/Makefile
===================================================================
RCS file: /home/pcvs/ports/japanese/mozc-tool/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- japanese/mozc-tool/Makefile 6 Nov 2010 02:40:38 -0000 1.9
+++ japanese/mozc-tool/Makefile 4 Dec 2010 23:27:46 -0000
@@ -12,7 +12,7 @@
DISTNAME= mozc-${PORTVERSION}
DISTFILES= ${DISTNAME}.tar.bz2
-MAINTAINER= daichi at freebsd.org
+MAINTAINER= daichi at FreeBSD.org
COMMENT= Mozc tool for IBus, SCIM and others
BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \
Index: japanese/scim-mozc/Makefile
===================================================================
RCS file: /home/pcvs/ports/japanese/scim-mozc/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- japanese/scim-mozc/Makefile 6 Nov 2010 02:40:39 -0000 1.9
+++ japanese/scim-mozc/Makefile 4 Dec 2010 23:27:48 -0000
@@ -12,7 +12,7 @@
DISTNAME= mozc-${PORTVERSION}
DISTFILES= ${DISTNAME}.tar.bz2
-MAINTAINER= daichi at freebsd.org
+MAINTAINER= daichi at FreeBSD.org
COMMENT= Mozc engine for SCIM
BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \
Index: japanese/tkhonyaku/Makefile
===================================================================
RCS file: /home/pcvs/ports/japanese/tkhonyaku/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- japanese/tkhonyaku/Makefile 8 Apr 2009 12:38:27 -0000 1.12
+++ japanese/tkhonyaku/Makefile 4 Dec 2010 23:27:49 -0000
@@ -11,7 +11,7 @@
CATEGORIES= japanese
MASTER_SITES= http://www.yk.rim.or.jp/~kawagisi/
-MAINTAINER= daichi at freebsd.org
+MAINTAINER= daichi at FreeBSD.org
COMMENT= Yet another Honyaku-Damashii client with rich functionality
RUN_DEPENDS= ${LOCALBASE}/bin/wish8.0jp:${PORTSDIR}/japanese/tk80
Index: java/infobus/Makefile
===================================================================
RCS file: /home/pcvs/ports/java/infobus/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- java/infobus/Makefile 6 Jun 2008 13:38:36 -0000 1.14
+++ java/infobus/Makefile 4 Dec 2010 23:27:51 -0000
@@ -11,7 +11,7 @@
CATEGORIES= java devel
DISTNAME= ib12
-MAINTAINER= java at freebsd.org
+MAINTAINER= java at FreeBSD.org
COMMENT= Enables dynamic exchange of data between JavaBeans(TM)
USE_ZIP= YES
Index: lang/gnat/Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/gnat/Makefile,v
retrieving revision 1.65
diff -u -r1.65 Makefile
--- lang/gnat/Makefile 25 Oct 2010 13:13:27 -0000 1.65
+++ lang/gnat/Makefile 4 Dec 2010 23:27:52 -0000
@@ -19,7 +19,7 @@
MASTER_SITE_SUBDIR= deischen/gcc/:boot
DISTFILES= ${gcc_srcfile}:gcc ${gnat_srcfile}:gnat
-MAINTAINER= deischen at freebsd.org
+MAINTAINER= deischen at FreeBSD.org
COMMENT= The GNU Ada Compiler system
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
Index: mail/popper/Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/popper/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- mail/popper/Makefile 6 Aug 2009 12:37:18 -0000 1.49
+++ mail/popper/Makefile 4 Dec 2010 23:27:53 -0000
@@ -13,7 +13,7 @@
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .tar.Z
-MAINTAINER= ache at freebsd.org
+MAINTAINER= ache at FreeBSD.org
COMMENT= Berkeley POP 3 server (now maintained by Qualcomm)
# Set WITH_POPPER_YOUBIN_SUPPORT variable in the environment to enable
Index: mail/squirrelmail/Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/squirrelmail/Makefile,v
retrieving revision 1.71
diff -u -r1.71 Makefile
--- mail/squirrelmail/Makefile 4 Aug 2010 20:37:13 -0000 1.71
+++ mail/squirrelmail/Makefile 4 Dec 2010 23:27:58 -0000
@@ -15,7 +15,7 @@
all_locales-1.4.18-20090526${EXTRACT_SUFX}:locales
DIST_SUBDIR= ${PORTNAME}
-MAINTAINER= tabthorpe at freebsd.org
+MAINTAINER= tabthorpe at FreeBSD.org
COMMENT= A webmail system which accesses mail over IMAP
USE_PHP= session mhash gettext mbstring pcre openssl xml
Index: misc/airoflash/Makefile
===================================================================
RCS file: /home/pcvs/ports/misc/airoflash/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- misc/airoflash/Makefile 6 Nov 2006 19:02:47 -0000 1.9
+++ misc/airoflash/Makefile 4 Dec 2010 23:27:59 -0000
@@ -12,7 +12,7 @@
DISTNAME= airoflash.c
EXTRACT_SUFX=
-MAINTAINER= ambrisko at freebsd.org
+MAINTAINER= ambrisko at FreeBSD.org
COMMENT= Flash utiltity for Cisco/Aironet 802.11 wireless cards
AF_VERSION= 1.7
Index: misc/lxde-common/Makefile
===================================================================
RCS file: /home/pcvs/ports/misc/lxde-common/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- misc/lxde-common/Makefile 30 Sep 2010 14:55:30 -0000 1.6
+++ misc/lxde-common/Makefile 4 Dec 2010 23:28:03 -0000
@@ -10,7 +10,7 @@
CATEGORIES= misc
MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/lxde-common%20${PORTVERSION}
-MAINTAINER= kmoore at freebsd.org
+MAINTAINER= kmoore at FreeBSD.org
COMMENT= LXDE Common files
USE_GNOME= gtk20
Index: misc/rubygem-mime-types/Makefile
===================================================================
RCS file: /home/pcvs/ports/misc/rubygem-mime-types/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- misc/rubygem-mime-types/Makefile 26 May 2010 19:51:27 -0000 1.4
+++ misc/rubygem-mime-types/Makefile 4 Dec 2010 23:28:05 -0000
@@ -9,7 +9,7 @@
CATEGORIES= misc rubygems
MASTER_SITES= RG
-MAINTAINER= clsung at freebsd.org
+MAINTAINER= clsung at FreeBSD.org
COMMENT= Ruby gem which provides a mailcap-like MIME Content-Type lookup
USE_RUBY= yes
Index: net/etherboot/Makefile
===================================================================
RCS file: /home/pcvs/ports/net/etherboot/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- net/etherboot/Makefile 22 Nov 2006 22:18:02 -0000 1.29
+++ net/etherboot/Makefile 4 Dec 2010 23:28:06 -0000
@@ -15,7 +15,7 @@
MASTER_SITES= http://etherboot.sourceforge.net/ \
http://etherboot.berlios.de/dist/
-MAINTAINER= ambrisko at freebsd.org
+MAINTAINER= ambrisko at FreeBSD.org
COMMENT= Network boot of FreeBSD a.out/ELF kernels (improved netboot)
NO_PACKAGE= lots of configuration necessary
Index: net/nph/Makefile
===================================================================
RCS file: /home/pcvs/ports/net/nph/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- net/nph/Makefile 4 Oct 2007 02:10:49 -0000 1.3
+++ net/nph/Makefile 4 Dec 2010 23:28:07 -0000
@@ -11,7 +11,7 @@
CATEGORIES= net
MASTER_SITES= ftp://ftp.feep.net/pub/software/nph/
-MAINTAINER= pirzyk at freebsd.org
+MAINTAINER= pirzyk at FreeBSD.org
COMMENT= New PH Client and API Library
HAS_CONFIGURE= YES
Index: net/olsrd/Makefile
===================================================================
RCS file: /home/pcvs/ports/net/olsrd/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- net/olsrd/Makefile 30 Nov 2010 14:34:00 -0000 1.18
+++ net/olsrd/Makefile 4 Dec 2010 23:28:09 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= http://www.olsr.org/releases/0.6/ \
http://ftp2.za.freebsd.org/pub/mesh/pc/protocols/olsr/
-MAINTAINER= jhay at freebsd.org
+MAINTAINER= jhay at FreeBSD.org
COMMENT= OLSR routing daemon
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
Index: net/tcpxtract/Makefile
===================================================================
RCS file: /home/pcvs/ports/net/tcpxtract/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- net/tcpxtract/Makefile 22 Aug 2009 00:31:45 -0000 1.5
+++ net/tcpxtract/Makefile 4 Dec 2010 23:28:11 -0000
@@ -10,7 +10,7 @@
CATEGORIES= net
MASTER_SITES= SF
-MAINTAINER= nobutaka at freebsd.org
+MAINTAINER= nobutaka at FreeBSD.org
COMMENT= A tool for extracting files from network traffic
GNU_CONFIGURE= yes
Index: net-mgmt/argus/Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/argus/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- net-mgmt/argus/Makefile 30 Mar 2010 13:36:43 -0000 1.28
+++ net-mgmt/argus/Makefile 4 Dec 2010 23:28:12 -0000
@@ -12,7 +12,7 @@
MASTER_SITES= http://qosient.com/argus/src/ \
ftp://qosient.com/pub/argus/src/
-MAINTAINER= ports at freebsd.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= A generic IP network transaction auditing tool
CONFLICTS= argus-3* argus-sasl-3*
Index: net-mgmt/nitpicker/Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/nitpicker/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- net-mgmt/nitpicker/Makefile 8 Apr 2006 13:29:42 -0000 1.5
+++ net-mgmt/nitpicker/Makefile 4 Dec 2010 23:28:13 -0000
@@ -11,7 +11,7 @@
CATEGORIES= net-mgmt
MASTER_SITES= http://nitpicker.de/
-MAINTAINER= mr at freebsd.org
+MAINTAINER= mr at FreeBSD.org
COMMENT= IP flow Accounting tools
do-install:
Index: net-p2p/dcd/Makefile
===================================================================
RCS file: /home/pcvs/ports/net-p2p/dcd/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- net-p2p/dcd/Makefile 27 Jul 2010 19:34:34 -0000 1.13
+++ net-p2p/dcd/Makefile 4 Dec 2010 23:28:15 -0000
@@ -11,7 +11,7 @@
CATEGORIES= net-p2p
MASTER_SITES= http://www.dc.ds.pg.gda.pl/download/sources/stable/
-MAINTAINER= az at freebsd.org
+MAINTAINER= az at FreeBSD.org
COMMENT= Direct Connect Hub clone for Unix
USE_BZIP2= yes
Index: print/abc2mtex/Makefile
===================================================================
RCS file: /home/pcvs/ports/print/abc2mtex/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- print/abc2mtex/Makefile 7 Mar 2003 06:09:00 -0000 1.3
+++ print/abc2mtex/Makefile 4 Dec 2010 23:28:16 -0000
@@ -12,7 +12,7 @@
MASTER_SITE_SUBDIR= support/abc2mtex
DISTNAME= ${PORTNAME}${PORTVERSION}
-MAINTAINER= joerg at freebsd.org
+MAINTAINER= joerg at FreeBSD.org
COMMENT= Music TeX converter from "abc" to MusiXTeX format
RUN_DEPENDS= musixtex:${PORTSDIR}/print/musixtex
Index: print/c2ps-letter/Makefile
===================================================================
RCS file: /home/pcvs/ports/print/c2ps-letter/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- print/c2ps-letter/Makefile 15 Apr 2006 06:37:29 -0000 1.13
+++ print/c2ps-letter/Makefile 4 Dec 2010 23:28:19 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= http://www.cs.technion.ac.il/users/c2ps/
DISTNAME= c2ps-${PORTVERSION}
-MAINTAINER= ports at freebsd.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= A PostScript pretty-printer for C source
MAN1= c2ps.1
Index: security/ifd-gempc410/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/ifd-gempc410/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- security/ifd-gempc410/Makefile 19 Apr 2008 17:53:25 -0000 1.8
+++ security/ifd-gempc410/Makefile 4 Dec 2010 23:28:20 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/
DISTNAME= ifd-gempc-${PORTVERSION}
-MAINTAINER= des at freebsd.org
+MAINTAINER= des at FreeBSD.org
COMMENT= PC/SC Lite driver for the GemPC 410 serial smart card reader
BUILD_DEPENDS= ${LOCALBASE}/include/ifdhandler.h:${PORTSDIR}/security/ifd-devkit
Index: security/liedentd/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/liedentd/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- security/liedentd/Makefile 22 Oct 2005 15:30:11 -0000 1.4
+++ security/liedentd/Makefile 4 Dec 2010 23:28:22 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= wes
-MAINTAINER= wes at freebsd.org
+MAINTAINER= wes at FreeBSD.org
COMMENT= An ident server which refuses to divulge security information
.include <bsd.port.mk>
Index: security/nikto/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/nikto/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- security/nikto/Makefile 24 Sep 2010 21:20:06 -0000 1.27
+++ security/nikto/Makefile 4 Dec 2010 23:28:23 -0000
@@ -14,7 +14,7 @@
MASTER_SITES= http://www.cirt.net/${PORTNAME}/ \
http://www.mirrors.wiretapped.net/security/vulnerability-assessment/${PORTNAME}/
-MAINTAINER= niels at freebsd.org
+MAINTAINER= niels at FreeBSD.org
COMMENT= Web and CGI vulnerability scanner with SSL support
MAN1= nikto.1
Index: security/openssl_tpm_engine/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/openssl_tpm_engine/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- security/openssl_tpm_engine/Makefile 4 Dec 2010 07:33:29 -0000 1.3
+++ security/openssl_tpm_engine/Makefile 4 Dec 2010 23:28:24 -0000
@@ -11,7 +11,7 @@
CATEGORIES= security
MASTER_SITES= SF/trousers/OpenSSL%20TPM%20Engine/${PORTVERSION}
-MAINTAINER= nork at freebsd.org
+MAINTAINER= nork at FreeBSD.org
COMMENT= OpenSSL TPM engine
RUN_DEPENDS= ${LOCALBASE}/sbin/tcsd:${PORTSDIR}/security/trousers
Index: security/tpm-tools/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/tpm-tools/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- security/tpm-tools/Makefile 4 Dec 2010 07:33:32 -0000 1.3
+++ security/tpm-tools/Makefile 4 Dec 2010 23:28:26 -0000
@@ -11,7 +11,7 @@
CATEGORIES= security
MASTER_SITES= SF/trousers/${PORTNAME}/${PORTVERSION}
-MAINTAINER= nork at freebsd.org
+MAINTAINER= nork at FreeBSD.org
COMMENT= Provides a basic set of TPM tools
LIB_DEPENDS= tspi.2:${PORTSDIR}/security/trousers
Index: sysutils/dd_rescue/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/dd_rescue/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- sysutils/dd_rescue/Makefile 29 Oct 2010 13:37:26 -0000 1.9
+++ sysutils/dd_rescue/Makefile 4 Dec 2010 23:28:27 -0000
@@ -10,7 +10,7 @@
CATEGORIES= sysutils
MASTER_SITES= http://www.garloff.de/kurt/linux/ddrescue/
-MAINTAINER= nobutaka at freebsd.org
+MAINTAINER= nobutaka at FreeBSD.org
COMMENT= A dd tool suitable for rescuing data from a medium with errors
WRKSRC= ${WRKDIR}/${PORTNAME}
Index: sysutils/e2fsprogs/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/e2fsprogs/Makefile,v
retrieving revision 1.65
diff -u -r1.65 Makefile
--- sysutils/e2fsprogs/Makefile 2 Jun 2010 18:49:53 -0000 1.65
+++ sysutils/e2fsprogs/Makefile 4 Dec 2010 23:28:29 -0000
@@ -11,7 +11,7 @@
CATEGORIES?= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
-MAINTAINER?= mandree at freebsd.org
+MAINTAINER?= mandree at FreeBSD.org
COMMENT?= Utilities & library to manipulate ext2/3/4 filesystems
PATCH_STRIP= -p1
Index: sysutils/fvcool/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/fvcool/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- sysutils/fvcool/Makefile 2 Jun 2010 00:36:14 -0000 1.10
+++ sysutils/fvcool/Makefile 4 Dec 2010 23:28:30 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/fvcool/
DISTNAME= FVCool${PORTVERSION:S/.//g}
-MAINTAINER= ports at freebsd.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= VCool for FreeBSD - Cooling software for AMD Athlon/Duron CPUs
ONLY_FOR_ARCHS= i386
Index: sysutils/gstopd/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/gstopd/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- sysutils/gstopd/Makefile 4 Oct 2007 06:10:12 -0000 1.4
+++ sysutils/gstopd/Makefile 4 Dec 2010 23:28:31 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mr
-MAINTAINER= mr at freebsd.org
+MAINTAINER= mr at FreeBSD.org
COMMENT= GEOM stop daemon
MAN8= gstopd.8
Index: sysutils/libpcbsd/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/libpcbsd/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- sysutils/libpcbsd/Makefile 25 Mar 2010 14:14:29 -0000 1.2
+++ sysutils/libpcbsd/Makefile 4 Dec 2010 23:28:33 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= ftp://ftp.pcbsd.org/pub/software/ \
http://www.pcbsd.org/~kris/software/
-MAINTAINER= kmoore at freebsd.org
+MAINTAINER= kmoore at FreeBSD.org
COMMENT= PC-BSD Support Library
WRKSRC= ${WRKDIR}/libpcbsd
Index: sysutils/p5-Filesys-Statvfs/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/p5-Filesys-Statvfs/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- sysutils/p5-Filesys-Statvfs/Makefile 17 Apr 2008 14:28:29 -0000 1.4
+++ sysutils/p5-Filesys-Statvfs/Makefile 4 Dec 2010 23:28:35 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= pirzyk at freebsd.org
+MAINTAINER= pirzyk at FreeBSD.org
COMMENT= Perl extension for statvfs() and fstatvfs()
PERL_CONFIGURE= yes
Index: sysutils/p5-Sys-Gamin/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/p5-Sys-Gamin/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- sysutils/p5-Sys-Gamin/Makefile 6 Jun 2008 14:03:16 -0000 1.3
+++ sysutils/p5-Sys-Gamin/Makefile 4 Dec 2010 23:28:36 -0000
@@ -12,7 +12,7 @@
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= n_hibma at freebsd.org
+MAINTAINER= n_hibma at FreeBSD.org
COMMENT= Perl interface to Gamin (File Access Monitor implementation)
PERL_CONFIGURE= yes
Index: sysutils/pbreg/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/pbreg/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- sysutils/pbreg/Makefile 31 Mar 2010 13:32:36 -0000 1.1
+++ sysutils/pbreg/Makefile 4 Dec 2010 23:28:37 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= ftp://ftp.pcbsd.org/pub/software/ \
http://www.pcbsd.org/~kris/software/
-MAINTAINER= kmoore at freebsd.org
+MAINTAINER= kmoore at FreeBSD.org
COMMENT= PC-BSD Registry Editor
WRKSRC= ${WRKDIR}/PBReg
Index: sysutils/pftop/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/pftop/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- sysutils/pftop/Makefile 6 Jan 2009 17:59:29 -0000 1.14
+++ sysutils/pftop/Makefile 4 Dec 2010 23:28:39 -0000
@@ -12,7 +12,7 @@
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
DISTNAME= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= mlaier at freebsd.org
+MAINTAINER= mlaier at FreeBSD.org
COMMENT= Utility for real-time display of statistics for pf
MAN8= pftop.8
Index: sysutils/psgconf/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/psgconf/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- sysutils/psgconf/Makefile 22 Jul 2009 16:27:00 -0000 1.16
+++ sysutils/psgconf/Makefile 4 Dec 2010 23:28:40 -0000
@@ -11,7 +11,7 @@
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp-dev.cites.uiuc.edu/pub/psgconf/
-MAINTAINER= pirzyk at freebsd.org
+MAINTAINER= pirzyk at FreeBSD.org
COMMENT= Controls system configuration
BUILD_DEPENDS= ${SITE_PERL}/Config/Objective.pm:${PORTSDIR}/devel/p5-Config-Objective \
Index: sysutils/ufs_copy/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/ufs_copy/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- sysutils/ufs_copy/Makefile 23 Mar 2008 15:26:35 -0000 1.4
+++ sysutils/ufs_copy/Makefile 4 Dec 2010 23:28:41 -0000
@@ -12,7 +12,7 @@
MASTER_SITES= http://people.freebsd.org/~simokawa/ufs/
DISTNAME= ufs-${PORTVERSION}
-MAINTAINER= nobutaka at freebsd.org
+MAINTAINER= nobutaka at FreeBSD.org
COMMENT= Fast copy utility for UFS filesystem
WRKSRC= ${WRKDIR}/ufs
Index: sysutils/warden/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/warden/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- sysutils/warden/Makefile 23 Aug 2010 15:29:44 -0000 1.4
+++ sysutils/warden/Makefile 4 Dec 2010 23:28:43 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= ftp://ftp.pcbsd.org/pub/software/ \
http://www.pcbsd.org/~kris/software/
-MAINTAINER= kmoore at freebsd.org
+MAINTAINER= kmoore at FreeBSD.org
COMMENT= PC-BSD's Jail Management Utility
RUN_DEPENDS= pbreg:${PORTSDIR}/sysutils/pbreg
Index: textproc/docproj/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/docproj/Makefile,v
retrieving revision 1.63
diff -u -r1.63 Makefile
--- textproc/docproj/Makefile 28 Mar 2010 06:44:12 -0000 1.63
+++ textproc/docproj/Makefile 4 Dec 2010 23:28:44 -0000
@@ -13,7 +13,7 @@
DISTFILES= # empty
EXTRACT_ONLY= # empty
-MAINTAINER= doceng at freebsd.org
+MAINTAINER= doceng at FreeBSD.org
COMMENT= The "meta-port" for the FreeBSD Documentation Project
USE_PERL5_RUN= yes
Index: textproc/uim-el/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/uim-el/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- textproc/uim-el/Makefile 26 Nov 2010 17:38:21 -0000 1.31
+++ textproc/uim-el/Makefile 4 Dec 2010 23:28:48 -0000
@@ -12,7 +12,7 @@
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= uim-${PORTVERSION}
-MAINTAINER= nobutaka at freebsd.org
+MAINTAINER= nobutaka at FreeBSD.org
COMMENT?= Emacs lisp for uim input method library
PROJECTHOST= uim
Index: textproc/uim-el-emacs21/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/uim-el-emacs21/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- textproc/uim-el-emacs21/Makefile 27 Jan 2010 17:08:51 -0000 1.2
+++ textproc/uim-el-emacs21/Makefile 4 Dec 2010 23:28:50 -0000
@@ -5,7 +5,7 @@
# $FreeBSD: ports/textproc/uim-el-emacs21/Makefile,v 1.2 2010/01/27 17:08:51 nobutaka Exp $
#
-MAINTAINER= nobutaka at freebsd.org
+MAINTAINER= nobutaka at FreeBSD.org
COMMENT= Emacs lisp for uim input method library
Index: textproc/uim-el-emacs22/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/uim-el-emacs22/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- textproc/uim-el-emacs22/Makefile 27 Jan 2010 17:07:52 -0000 1.1
+++ textproc/uim-el-emacs22/Makefile 4 Dec 2010 23:28:51 -0000
@@ -5,7 +5,7 @@
# $FreeBSD: ports/textproc/uim-el-emacs22/Makefile,v 1.1 2010/01/27 17:07:52 nobutaka Exp $
#
-MAINTAINER= nobutaka at freebsd.org
+MAINTAINER= nobutaka at FreeBSD.org
COMMENT= Emacs lisp for uim input method library
Index: textproc/uim-el-xemacs21-mule/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/uim-el-xemacs21-mule/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- textproc/uim-el-xemacs21-mule/Makefile 27 Jan 2010 17:08:52 -0000 1.3
+++ textproc/uim-el-xemacs21-mule/Makefile 4 Dec 2010 23:28:52 -0000
@@ -5,7 +5,7 @@
# $FreeBSD: ports/textproc/uim-el-xemacs21-mule/Makefile,v 1.3 2010/01/27 17:08:52 nobutaka Exp $
#
-MAINTAINER= nobutaka at freebsd.org
+MAINTAINER= nobutaka at FreeBSD.org
COMMENT= XEmacs lisp for uim input method library
Index: www/WebMagick/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/WebMagick/Makefile,v
retrieving revision 1.80
diff -u -r1.80 Makefile
--- www/WebMagick/Makefile 15 Sep 2010 05:26:16 -0000 1.80
+++ www/WebMagick/Makefile 4 Dec 2010 23:28:54 -0000
@@ -13,7 +13,7 @@
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}-beta/2.03pre3
DISTNAME= ${PORTNAME}-2.03pre3
-MAINTAINER= ache at freebsd.org
+MAINTAINER= ache at FreeBSD.org
COMMENT= Image Web Generator - recursively build HTMLs, imagemaps, thumbnails
LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick
Index: www/cacheboy15-devel/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/cacheboy15-devel/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- www/cacheboy15-devel/Makefile 31 May 2009 20:31:06 -0000 1.23
+++ www/cacheboy15-devel/Makefile 4 Dec 2010 23:28:55 -0000
@@ -83,7 +83,7 @@
# EXTRACT_SUFX= .tar.gz
DIST_SUBDIR= CACHEBOY_1.5.2
-MAINTAINER= adrian at freebsd.org
+MAINTAINER= adrian at FreeBSD.org
COMMENT= HTTP Caching Proxy (Squid Derivative) - Development Release
CONFLICTS= squid-[0-9]* cacheboy*
Index: www/cacheboy16/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/cacheboy16/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- www/cacheboy16/Makefile 14 Oct 2009 10:26:19 -0000 1.26
+++ www/cacheboy16/Makefile 4 Dec 2010 23:28:56 -0000
@@ -82,7 +82,7 @@
DISTNAME= cacheboy-1.6-r13601
# EXTRACT_SUFX= .tar.gz
-MAINTAINER= adrian at freebsd.org
+MAINTAINER= adrian at FreeBSD.org
COMMENT= HTTP Caching Proxy (Squid Derivative) - Development Release
CONFLICTS= squid-[0-9]* cacheboy*
Index: www/linux-flashplugin7/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/linux-flashplugin7/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- www/linux-flashplugin7/Makefile 28 Mar 2010 06:44:53 -0000 1.28
+++ www/linux-flashplugin7/Makefile 4 Dec 2010 23:28:58 -0000
@@ -15,7 +15,7 @@
DISTNAME= fp7_archive
DIST_SUBDIR= ${PORTNAME}
-MAINTAINER= emulation at freebsd.org
+MAINTAINER= emulation at FreeBSD.org
COMMENT= Adobe Flash Player NPAPI Plugin
ONLY_FOR_ARCHS= amd64 i386
Index: www/linux-flashplugin9/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/linux-flashplugin9/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- www/linux-flashplugin9/Makefile 6 Nov 2010 17:55:52 -0000 1.45
+++ www/linux-flashplugin9/Makefile 4 Dec 2010 23:28:59 -0000
@@ -17,7 +17,7 @@
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
EXTRACT_ONLY= install_flash_player_9.tar.gz
-MAINTAINER= emulation at freebsd.org
+MAINTAINER= emulation at FreeBSD.org
COMMENT= Adobe Flash Player NPAPI Plugin
ONLY_FOR_ARCHS= amd64 i386
Index: www/ljpms/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/ljpms/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- www/ljpms/Makefile 4 Oct 2009 12:33:40 -0000 1.9
+++ www/ljpms/Makefile 4 Dec 2010 23:29:01 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= http://www.offtopia.net/ljsm/
EXTRACT_SUFX= .zip
-MAINTAINER= ports at freebsd.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Livejournal.com postings mass-restore and permissions utility
RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
Index: www/lusca-head/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/lusca-head/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- www/lusca-head/Makefile 20 Oct 2010 11:23:19 -0000 1.10
+++ www/lusca-head/Makefile 4 Dec 2010 23:29:02 -0000
@@ -84,7 +84,7 @@
DISTNAME= LUSCA_HEAD-r14809
# EXTRACT_SUFX= .tar.gz
-MAINTAINER= adrian at freebsd.org
+MAINTAINER= adrian at FreeBSD.org
COMMENT= HTTP Caching Proxy (Squid Derivative) - Stable Release
CONFLICTS= squid-[0-9]* cacheboy*
Index: www/p5-HTML-TableContentParser/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTML-TableContentParser/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/p5-HTML-TableContentParser/Makefile 22 Nov 2010 22:20:44 -0000 1.1
+++ www/p5-HTML-TableContentParser/Makefile 4 Dec 2010 23:29:04 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= skreuzer at freebsd.org
+MAINTAINER= skreuzer at FreeBSD.org
COMMENT= Do interesting things with the contents of tables
RUN_DEPENDS= p5-HTML-Parser>=3.68:${PORTSDIR}/www/p5-HTML-Parser
Index: www/py-scgi/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/py-scgi/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- www/py-scgi/Makefile 16 Mar 2010 12:04:27 -0000 1.19
+++ www/py-scgi/Makefile 4 Dec 2010 23:29:05 -0000
@@ -11,7 +11,7 @@
MASTER_SITES= http://python.ca/scgi/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= dryice at freebsd.org
+MAINTAINER= dryice at FreeBSD.org
COMMENT= Python server implementation of the Simple Common Gateway Protocol
USE_PYTHON= yes
Index: www/rubygem-erubis/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/rubygem-erubis/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/rubygem-erubis/Makefile 12 Jul 2010 08:35:54 -0000 1.7
+++ www/rubygem-erubis/Makefile 4 Dec 2010 23:29:06 -0000
@@ -9,7 +9,7 @@
CATEGORIES= www rubygems
MASTER_SITES= RG
-MAINTAINER= clsung at freebsd.org
+MAINTAINER= clsung at FreeBSD.org
COMMENT= A fast, secure, and very extensible implementation of eRuby
RUN_DEPENDS= rubygem-abstract>=1.0.0:${PORTSDIR}/devel/rubygem-abstract
Index: www/trac-discussion/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-discussion/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/trac-discussion/Makefile 22 Jul 2010 21:05:39 -0000 1.2
+++ www/trac-discussion/Makefile 4 Dec 2010 23:29:08 -0000
@@ -13,7 +13,7 @@
MASTER_SITE_SUBDIR= brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= A discussion forum plugin for Trac
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
Index: www/trac-downloads/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-downloads/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/trac-downloads/Makefile 25 Aug 2010 13:42:26 -0000 1.1
+++ www/trac-downloads/Makefile 4 Dec 2010 23:29:09 -0000
@@ -14,7 +14,7 @@
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
DIST_SUBDIR= trac
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= A trac plugin providing a downloads section
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
Index: www/trac-fivestarvote/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-fivestarvote/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/trac-fivestarvote/Makefile 18 May 2010 04:07:57 -0000 1.3
+++ www/trac-fivestarvote/Makefile 4 Dec 2010 23:29:10 -0000
@@ -13,7 +13,7 @@
MASTER_SITE_SUBDIR= brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= A 5 star plugin for voting on Trac resources
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
Index: www/trac-fullblog/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-fullblog/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- www/trac-fullblog/Makefile 29 Jul 2010 17:07:02 -0000 1.7
+++ www/trac-fullblog/Makefile 4 Dec 2010 23:29:12 -0000
@@ -14,7 +14,7 @@
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
DIST_SUBDIR= trac
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= This plugin provides a project Blog
RUN_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc \
Index: www/trac-graphviz/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-graphviz/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- www/trac-graphviz/Makefile 18 May 2010 04:07:58 -0000 1.6
+++ www/trac-graphviz/Makefile 4 Dec 2010 23:29:13 -0000
@@ -14,7 +14,7 @@
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= Graphviz pluging for Trac's wiki
RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/URW/fonts.dir:${PORTSDIR}/x11-fonts/urwfonts \
Index: www/trac-math/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-math/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- www/trac-math/Makefile 18 May 2010 04:07:59 -0000 1.5
+++ www/trac-math/Makefile 4 Dec 2010 23:29:14 -0000
@@ -13,7 +13,7 @@
MASTER_SITE_SUBDIR= brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= Support for LaTeX math formulas in wiki pages
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
Index: www/trac-mercurial/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-mercurial/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- www/trac-mercurial/Makefile 29 Jul 2010 19:13:27 -0000 1.5
+++ www/trac-mercurial/Makefile 4 Dec 2010 23:29:16 -0000
@@ -14,7 +14,7 @@
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
DIST_SUBDIR= trac
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= A plugin to use Mercurial instead of Subversion in Trac
RUN_DEPENDS+= hg:${PORTSDIR}/devel/mercurial \
Index: www/trac-navadd/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-navadd/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-navadd/Makefile 18 May 2010 04:08:00 -0000 1.4
+++ www/trac-navadd/Makefile 4 Dec 2010 23:29:17 -0000
@@ -14,7 +14,7 @@
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= A plugin for adding navigation items into Trac navigation bars
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
Index: www/trac-pydotorgtheme/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-pydotorgtheme/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-pydotorgtheme/Makefile 18 May 2010 04:08:00 -0000 1.4
+++ www/trac-pydotorgtheme/Makefile 4 Dec 2010 23:29:19 -0000
@@ -13,7 +13,7 @@
MASTER_SITE_SUBDIR= brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= This is a theme that emulates the look of python.org
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
Index: www/trac-themeengine/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-themeengine/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/trac-themeengine/Makefile 18 May 2010 04:08:02 -0000 1.4
+++ www/trac-themeengine/Makefile 4 Dec 2010 23:29:20 -0000
@@ -14,7 +14,7 @@
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= Plugin to simplify distributing and deploying themes and styles
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
Index: www/trac-ticketimport/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-ticketimport/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/trac-ticketimport/Makefile 18 May 2010 04:08:02 -0000 1.3
+++ www/trac-ticketimport/Makefile 4 Dec 2010 23:29:21 -0000
@@ -13,7 +13,7 @@
MASTER_SITE_SUBDIR= brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= Import or update tickets from a CSV file or Excel file
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
Index: www/trac-vote/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-vote/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/trac-vote/Makefile 18 May 2010 04:08:03 -0000 1.3
+++ www/trac-vote/Makefile 4 Dec 2010 23:29:23 -0000
@@ -13,7 +13,7 @@
MASTER_SITE_SUBDIR= brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= A plugin for voting on Trac resources
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
Index: www/trac-wikitopdf/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-wikitopdf/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- www/trac-wikitopdf/Makefile 18 May 2010 04:08:04 -0000 1.6
+++ www/trac-wikitopdf/Makefile 4 Dec 2010 23:29:24 -0000
@@ -14,7 +14,7 @@
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= brooks at freebsd.org
+MAINTAINER= brooks at FreeBSD.org
COMMENT= Plugin to generate PDF documents from the Wiki
RUN_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc \
Index: www/w3mir/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/w3mir/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- www/w3mir/Makefile 25 Nov 2005 03:17:11 -0000 1.29
+++ www/w3mir/Makefile 4 Dec 2010 23:29:25 -0000
@@ -11,7 +11,7 @@
CATEGORIES= www perl5
MASTER_SITES= http://langfeldt.net/w3mir/
-MAINTAINER= ache at freebsd.org
+MAINTAINER= ache at FreeBSD.org
COMMENT= All-purpose HTTP copying and mirroring tool
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
Index: x11/lxde-meta/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/lxde-meta/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- x11/lxde-meta/Makefile 8 Oct 2010 14:11:59 -0000 1.7
+++ x11/lxde-meta/Makefile 4 Dec 2010 23:29:27 -0000
@@ -12,7 +12,7 @@
MASTER_SITES= #none
DISTFILES= #none
-MAINTAINER= kmoore at freebsd.org
+MAINTAINER= kmoore at FreeBSD.org
COMMENT= The "meta-port" of the LXDE desktop slimmed down for FreeBSD releases
RUN_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox \
Index: x11/lxmenu-data/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/lxmenu-data/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- x11/lxmenu-data/Makefile 4 Dec 2010 07:34:06 -0000 1.3
+++ x11/lxmenu-data/Makefile 4 Dec 2010 23:29:28 -0000
@@ -10,7 +10,7 @@
CATEGORIES= x11
MASTER_SITES= SF/lxde/lxmenu-data%20%28desktop%20menu%29/lxmenu-data%20${PORTVERSION}
-MAINTAINER= kmoore at freebsd.org
+MAINTAINER= kmoore at FreeBSD.org
COMMENT= Menu data used by lxpanel
USE_XORG= x11 xmu
Index: x11/lxpanel/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/lxpanel/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- x11/lxpanel/Makefile 4 Dec 2010 07:34:06 -0000 1.22
+++ x11/lxpanel/Makefile 4 Dec 2010 23:29:32 -0000
@@ -11,7 +11,7 @@
CATEGORIES= x11
MASTER_SITES= SF/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${PORTVERSION}
-MAINTAINER= kmoore at freebsd.org
+MAINTAINER= kmoore at FreeBSD.org
COMMENT= LXPanel is a lightweight X11 desktop panel
LIB_DEPENDS= menu-cache.1:${PORTSDIR}/x11/menu-cache
Index: x11-clocks/cairo-clock/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-clocks/cairo-clock/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- x11-clocks/cairo-clock/Makefile 24 Nov 2010 01:21:34 -0000 1.11
+++ x11-clocks/cairo-clock/Makefile 4 Dec 2010 23:29:34 -0000
@@ -10,7 +10,7 @@
CATEGORIES= x11-clocks net gnome
MASTER_SITES= http://macslow.thepimp.net/projects/cairo-clock/
-MAINTAINER= daichi at freebsd.org
+MAINTAINER= daichi at FreeBSD.org
COMMENT= MacSlow's Cairo-Clock
USE_GNOME= gtk20 intlhack gnomehack libglade2 librsvg2
Index: x11-themes/lxde-icon-theme/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-themes/lxde-icon-theme/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- x11-themes/lxde-icon-theme/Makefile 30 Sep 2010 13:55:53 -0000 1.1
+++ x11-themes/lxde-icon-theme/Makefile 4 Dec 2010 23:29:35 -0000
@@ -10,7 +10,7 @@
CATEGORIES= x11-themes
MASTER_SITES= SF/lxde/LXDE%20Icon%20Theme/lxde-icon-theme-${PORTVERSION}
-MAINTAINER= kmoore at freebsd.org
+MAINTAINER= kmoore at FreeBSD.org
COMMENT= LXDE Icon Theme
USE_BZIP2= YES
Index: x11-toolkits/php-gtk2/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/php-gtk2/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- x11-toolkits/php-gtk2/Makefile 4 Dec 2010 07:34:22 -0000 1.49
+++ x11-toolkits/php-gtk2/Makefile 4 Dec 2010 23:29:36 -0000
@@ -13,7 +13,7 @@
http://document-root.de/mirror/php-gtk/
DISTNAME= php-gtk-${PORTVERSION}
-MAINTAINER= ports at freebsd.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= An extension to use gtk2 in PHP-applications
BROKEN= does not compile
--- freebsd.org.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list