diff options
45 files changed, 92 insertions, 225 deletions
diff --git a/astro/xearth/files/freebsd.committers.markers b/astro/xearth/files/freebsd.committers.markers index f1c56ebb90ed..cbe1c7e9ef88 100644 --- a/astro/xearth/files/freebsd.committers.markers +++ b/astro/xearth/files/freebsd.committers.markers @@ -295,7 +295,6 @@ 33.66, -117.80, " dd,davidch"# Irvine, CA, USA 33.83, -118.22, " trevor," # Dominguez, CA, USA 34.11, -118.29, " kris," # Los Angeles, CA, USA - 33.979, -118.439, " dougb,"# Marina del Rey, CA USA 35.383, -120.659, "jgh" # San Luis Obispo, CA, USA 39.25, -121.02, "truckman" # Nevada City, CA, USA 37.104, -121.606, "jpaetzel" # San Martin, CA, USA diff --git a/databases/mariadb-client/Makefile b/databases/mariadb-client/Makefile index 59ec2bb9d812..44a21bfba653 100644 --- a/databases/mariadb-client/Makefile +++ b/databases/mariadb-client/Makefile @@ -1,7 +1,3 @@ -# New ports collection makefile for: mariadb-client -# Date created: 30 May 2011 -# Whom: Doug Barton <dougb@FreeBSD.org> -# # $FreeBSD$ PORTNAME= mariadb diff --git a/databases/mariadb-scripts/Makefile b/databases/mariadb-scripts/Makefile index bd912832bd90..81b837c44056 100644 --- a/databases/mariadb-scripts/Makefile +++ b/databases/mariadb-scripts/Makefile @@ -1,7 +1,3 @@ -# New ports collection makefile for: mariadb-scripts -# Date created: 30 May 2011 -# Whom: Doug Barton <dougb@FreeBSD.org> -# # $FreeBSD$ PORTNAME= mariadb diff --git a/databases/mariadb-server/Makefile b/databases/mariadb-server/Makefile index 0a8b0e008ff2..7af9fa0edc61 100644 --- a/databases/mariadb-server/Makefile +++ b/databases/mariadb-server/Makefile @@ -1,7 +1,3 @@ -# New ports collection makefile for: mariadb-server -# Date created: 30 May 2011 -# Whom: Doug Barton <dougb@FreeBSD.org> -# # $FreeBSD$ PORTNAME= mariadb diff --git a/databases/p5-DBD-mysql52/Makefile b/databases/p5-DBD-mysql52/Makefile index a8b62ae3a652..cbd9106200a0 100644 --- a/databases/p5-DBD-mysql52/Makefile +++ b/databases/p5-DBD-mysql52/Makefile @@ -1,7 +1,3 @@ -# New ports collection makefile for: p5-DBD-mysql52 -# Date created: 7 June 2011 -# Whom: Doug Barton <dougb@FreeBSD.org> -# # $FreeBSD$ PKGNAMESUFFIX= 52 diff --git a/dns/bind-tools/Makefile b/dns/bind-tools/Makefile index b225b71b7ea0..11d39e672151 100644 --- a/dns/bind-tools/Makefile +++ b/dns/bind-tools/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: BIND Tools -# Date created: 1 April 2010 -# Whom: dougb -# # $FreeBSD$ -# PORTNAME= bind-tools -COMMENT= The command line tools from BIND: dig, host, and nslookup +COMMENT= Command line tools from BIND: dig, host, and nslookup CONFIGURE_ARGS+= --disable-shared diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index af8206785590..541f7d5bfde8 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -1,11 +1,5 @@ # $FreeBSD$ -# I stay very aware of developments with BIND in general, and with -# BIND 9 in particular. I frequently delay updating this port from -# a known-stable version due to concerns about stability of a newer -# version. If you are concerned about using the most recent ISC -# release you can generally build it cleanly from the source - Doug - PORTNAME= bind96 PORTVERSION= 9.6.3.1.ESV.R7.3 CATEGORIES= dns net ipv6 @@ -15,7 +9,7 @@ DISTNAME= bind-${ISCVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like diff --git a/dns/bind97/Makefile b/dns/bind97/Makefile index 2239d8cb0c37..201114ca2c1f 100644 --- a/dns/bind97/Makefile +++ b/dns/bind97/Makefile @@ -10,7 +10,7 @@ DISTNAME= bind-${ISCVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 7bcc66f29c2f..100986c0bfb0 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -1,11 +1,5 @@ # $FreeBSD$ -# I stay very aware of developments with BIND in general, and with -# BIND 9 in particular. I frequently delay updating this port from -# a known-stable version due to concerns about stability of a newer -# version. If you are concerned about using the most recent ISC -# release you can generally build it cleanly from the source - Doug - PORTNAME= bind98 PORTVERSION= 9.8.3.3 CATEGORIES= dns net ipv6 @@ -15,7 +9,7 @@ DISTNAME= bind-${ISCVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 # ISC releases things like 9.8.0-P1, which our versioning doesn't like diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 9c1e5b0a70c5..3eb67b484295 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -1,11 +1,5 @@ # $FreeBSD$ -# I stay very aware of developments with BIND in general, and with -# BIND 9 in particular. I frequently delay updating this port from -# a known-stable version due to concerns about stability of a newer -# version. If you are concerned about using the most recent ISC -# release you can generally build it cleanly from the source - Doug - PORTNAME= bind99 PORTVERSION= 9.9.1.3 CATEGORIES= dns net ipv6 @@ -15,7 +9,7 @@ DISTNAME= bind-${ISCVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 # ISC releases things like 9.8.0-P1, which our versioning doesn't like diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index 80db3bd39a97..872b49fa563c 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: fpdns -# Date Created: July 2 2004 -# Whom: Edwin Groothuis <edwin@mavetju.org> +# Created by: Edwin Groothuis <edwin@mavetju.org> # # $FreeBSD$ @@ -10,7 +8,7 @@ CATEGORIES= dns net perl5 MASTER_SITES= https://github.com/kirei/fpdns/tarball/${GITVERSION}/ DISTNAME= kirei-fpdns-${GITVERSION} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= FPDNS - Fingerprinting DNS servers FETCH_ARGS= -Fpr diff --git a/dns/libbind/Makefile b/dns/libbind/Makefile index 2fa7e628c3e9..2a02d6cb496e 100644 --- a/dns/libbind/Makefile +++ b/dns/libbind/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: libbind -# Date created: 9 August 2009 -# Whom: dougb -# # $FreeBSD$ -# PORTNAME= libbind PORTVERSION= 6.0 @@ -14,7 +9,7 @@ MASTER_SITE_SUBDIR= libbind/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Standard C resolver library MAKE_JOBS_UNSAFE= yes diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 46c8ce92da79..582944589b45 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -1,9 +1,6 @@ -# New ports collection makefile for: p5-Net-DNS -# Date created: April 5th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# Created by: James FitzGibbon <jfitz@FreeBSD.org> # # $FreeBSD$ -# PORTNAME= Net-DNS PORTVERSION= 0.68 @@ -11,7 +8,7 @@ CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 interface to the DNS resolver, and dynamic updates # Warnings during build are harmless, the port does not need these to build diff --git a/editors/pico-alpine/Makefile b/editors/pico-alpine/Makefile index 7374145c5330..2a0b152aba6a 100644 --- a/editors/pico-alpine/Makefile +++ b/editors/pico-alpine/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: pico-alpine -# Date created: December 21, 2007 -# Whom: Doug Barton <dougb@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= pico-alpine PORTREVISION= 1 diff --git a/editors/xml2rfc-xxe/Makefile b/editors/xml2rfc-xxe/Makefile index 6ba459584db4..ae501a06338c 100644 --- a/editors/xml2rfc-xxe/Makefile +++ b/editors/xml2rfc-xxe/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: xml2rfc-xxe -# Date created: 9 December 2005 -# Whom: Bill Fenner +# Created by: Bill Fenner # # $FreeBSD$ @@ -10,7 +8,7 @@ CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMESUFFIX= ${XXE_VERSION} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= xml2rfc configuration for XMLMind XML editor RUN_DEPENDS= xxe:${PORTSDIR}/editors/xxe diff --git a/editors/xxe/Makefile b/editors/xxe/Makefile index 8ec5f450042e..f9c0525442df 100644 --- a/editors/xxe/Makefile +++ b/editors/xxe/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/ \ PKGNAMESUFFIX= -eval DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/./_/g} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Validating XML editor featuring a word processor-like view USE_JAVA= YES diff --git a/irc/sirc/Makefile b/irc/sirc/Makefile index 93f95c68113e..cab42f58429f 100644 --- a/irc/sirc/Makefile +++ b/irc/sirc/Makefile @@ -1,22 +1,16 @@ -# New ports collection makefile for: sirc -# Date created: 4 May 1998 -# Whom: Doug Barton <dougb@FreeBSD.org> -# # $FreeBSD$ PORTNAME= sirc PORTVERSION= 2.211 PORTREVISION= 1 CATEGORIES= irc ipv6 -MASTER_SITES= http://www.iagora.com/~espel/sirc/ \ - http://dougbarton.us/Downloads/sirc/ \ - http://www.iagora.com/~espel/sirc/scripts/:s \ - http://dougbarton.us/Downloads/sirc/scripts/:s +#MASTER_SITES= http://www.iagora.com/~espel/sirc/ \ +# http://www.iagora.com/~espel/sirc/scripts/:s \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= sirc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small (150k), fast, perl-based IRC client USE_PERL5= yes diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 3236a84ae8a3..1907bfbb3c5e 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: alpine -# Date created: December 21, 2007 -# Whom: Doug Barton <dougb@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME?= alpine PORTVERSION= 2.00 @@ -12,7 +7,7 @@ CATEGORIES?= mail news ipv6 MASTER_SITES= ftp://ftp.cac.washington.edu/alpine/ DIST_SUBDIR= alpine-${PORTVERSION} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= Mail and news client descended from Pine OPTIONS+= THREADS "Compile with thread support" on \ diff --git a/mail/alpine/files/patch-newuser b/mail/alpine/files/patch-newuser index ebfc59d4eada..f2f677137146 100644 --- a/mail/alpine/files/patch-newuser +++ b/mail/alpine/files/patch-newuser @@ -1,6 +1,6 @@ -diff -ur /home/dougb-f/alpine-2.00/alpine/Makefile.am ./alpine/Makefile.am ---- /home/dougb-f/alpine-2.00/alpine/Makefile.am 2008-06-03 08:54:15.000000000 -0700 -+++ ./alpine/Makefile.am 2011-05-22 14:43:01.000000000 -0700 +diff -ur alpine/Makefile.am alpine/Makefile.am +--- alpine/Makefile.am 2008-06-03 08:54:15.000000000 -0700 ++++ alpine/Makefile.am 2011-05-22 14:43:01.000000000 -0700 @@ -19,7 +19,7 @@ alpine_SOURCES = addrbook.c adrbkcmd.c after.c alpine.c arg.c busy.c colorconf.c \ confscroll.c context.c dispfilt.c flagmaint.c folder.c help.c imap.c \ @@ -10,9 +10,9 @@ diff -ur /home/dougb-f/alpine-2.00/alpine/Makefile.am ./alpine/Makefile.am roleconf.c send.c setup.c signal.c status.c takeaddr.c titlebar.c smime.c alpine_LDADD = $(LDADD) $(INTLLIBS) -diff -ur /home/dougb-f/alpine-2.00/alpine/Makefile.in ./alpine/Makefile.in ---- /home/dougb-f/alpine-2.00/alpine/Makefile.in 2008-06-03 08:54:15.000000000 -0700 -+++ ./alpine/Makefile.in 2011-05-22 14:43:14.000000000 -0700 +diff -ur alpine/Makefile.in alpine/Makefile.in +--- alpine/Makefile.in 2008-06-03 08:54:15.000000000 -0700 ++++ alpine/Makefile.in 2011-05-22 14:43:14.000000000 -0700 @@ -68,7 +68,7 @@ help.$(OBJEXT) imap.$(OBJEXT) init.$(OBJEXT) kblock.$(OBJEXT) \ keymenu.$(OBJEXT) ldapconf.$(OBJEXT) listsel.$(OBJEXT) \ @@ -39,9 +39,9 @@ diff -ur /home/dougb-f/alpine-2.00/alpine/Makefile.in ./alpine/Makefile.in @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pattern.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@ -diff -ur /home/dougb-f/alpine-2.00/alpine/alpine.c ./alpine/alpine.c ---- /home/dougb-f/alpine-2.00/alpine/alpine.c 2008-06-03 15:31:05.000000000 -0700 -+++ ./alpine/alpine.c 2011-05-22 14:42:15.000000000 -0700 +diff -ur alpine/alpine.c alpine/alpine.c +--- alpine/alpine.c 2008-06-03 15:31:05.000000000 -0700 ++++ alpine/alpine.c 2011-05-22 14:42:15.000000000 -0700 @@ -49,7 +49,6 @@ #include "init.h" #include "remote.h" @@ -58,9 +58,9 @@ diff -ur /home/dougb-f/alpine-2.00/alpine/alpine.c ./alpine/alpine.c ClearScreen(); } -diff -ur /home/dougb-f/alpine-2.00/alpine/mailview.c ./alpine/mailview.c ---- /home/dougb-f/alpine-2.00/alpine/mailview.c 2008-08-01 17:32:26.000000000 -0700 -+++ ./alpine/mailview.c 2011-05-22 14:42:15.000000000 -0700 +diff -ur alpine/mailview.c alpine/mailview.c +--- alpine/mailview.c 2008-08-01 17:32:26.000000000 -0700 ++++ alpine/mailview.c 2011-05-22 14:42:15.000000000 -0700 @@ -177,7 +177,6 @@ int url_local_nntp(char *); int url_local_news(char *); @@ -92,9 +92,9 @@ diff -ur /home/dougb-f/alpine-2.00/alpine/mailview.c ./alpine/mailview.c /* * Format editorial comment referencing screen offering * List-* header supplied commands -diff -ur /home/dougb-f/alpine-2.00/alpine/makefile.wnt ./alpine/makefile.wnt ---- /home/dougb-f/alpine-2.00/alpine/makefile.wnt 2007-10-24 14:58:00.000000000 -0700 -+++ ./alpine/makefile.wnt 2011-05-22 14:42:15.000000000 -0700 +diff -ur alpine/makefile.wnt alpine/makefile.wnt +--- alpine/makefile.wnt 2007-10-24 14:58:00.000000000 -0700 ++++ alpine/makefile.wnt 2011-05-22 14:42:15.000000000 -0700 @@ -44,13 +44,13 @@ addrbook.h adrbkcmd.h after.h alpine.h arg.h busy.h colorconf.h confscroll.h \ conftype.h context.h dispfilt.h flagmaint.h folder.h headers.h help.h imap.h \ @@ -111,9 +111,9 @@ diff -ur /home/dougb-f/alpine-2.00/alpine/makefile.wnt ./alpine/makefile.wnt print.obj radio.obj remote.obj reply.obj roleconf.obj \ send.obj setup.obj signal.obj status.obj takeaddr.obj titlebar.obj -diff -ur /home/dougb-f/alpine-2.00/alpine/send.c ./alpine/send.c ---- /home/dougb-f/alpine-2.00/alpine/send.c 2008-06-30 15:03:35.000000000 -0700 -+++ ./alpine/send.c 2011-05-22 14:42:15.000000000 -0700 +diff -ur alpine/send.c alpine/send.c +--- alpine/send.c 2008-06-30 15:03:35.000000000 -0700 ++++ alpine/send.c 2011-05-22 14:42:15.000000000 -0700 @@ -70,8 +70,6 @@ PARAMETER *parameter; } BODY_PARTICULARS_S; @@ -187,9 +187,9 @@ diff -ur /home/dougb-f/alpine-2.00/alpine/send.c ./alpine/send.c Set up fields for passing to pico. Assumes first text part is intended to be passed along for editing, and is in the form of of a storage object brought into existence sometime before pico_send(). -diff -ur /home/dougb-f/alpine-2.00/alpine/send.h ./alpine/send.h ---- /home/dougb-f/alpine-2.00/alpine/send.h 2007-08-16 15:25:10.000000000 -0700 -+++ ./alpine/send.h 2011-05-22 14:42:15.000000000 -0700 +diff -ur alpine/send.h alpine/send.h +--- alpine/send.h 2007-08-16 15:25:10.000000000 -0700 ++++ alpine/send.h 2011-05-22 14:42:15.000000000 -0700 @@ -41,7 +41,6 @@ void pine_send(ENVELOPE *, BODY **, char *, ACTION_S *, char *, REPLY_S *, REDRAFT_POS_S *, char *, PINEFIELD *, int); @@ -198,9 +198,9 @@ diff -ur /home/dougb-f/alpine-2.00/alpine/send.h ./alpine/send.h void create_message_body(BODY **, PATMT *, int); char *pine_send_status(int, char *, char *, size_t, int *); int confirm_daemon_send(void); -diff -ur /home/dougb-f/alpine-2.00/pith/filter.c ./pith/filter.c ---- /home/dougb-f/alpine-2.00/pith/filter.c 2008-08-21 16:50:47.000000000 -0700 -+++ ./pith/filter.c 2011-05-22 14:42:15.000000000 -0700 +diff -ur pith/filter.c pith/filter.c +--- pith/filter.c 2008-08-21 16:50:47.000000000 -0700 ++++ pith/filter.c 2011-05-22 14:42:15.000000000 -0700 @@ -7510,8 +7510,6 @@ HD(f)->bitbucket = 0; else if(!strucmp(s, "running")) @@ -210,9 +210,9 @@ diff -ur /home/dougb-f/alpine-2.00/pith/filter.c ./pith/filter.c #ifdef _WINDOWS else if(!strucmp(s, "os_windows")) HD(f)->bitbucket = 0; -diff -ur /home/dougb-f/alpine-2.00/pith/pine.hlp ./pith/pine.hlp ---- /home/dougb-f/alpine-2.00/pith/pine.hlp 2008-08-22 17:07:05.000000000 -0700 -+++ ./pith/pine.hlp 2011-05-22 14:42:15.000000000 -0700 +diff -ur pith/pine.hlp pith/pine.hlp +--- pith/pine.hlp 2008-08-22 17:07:05.000000000 -0700 ++++ pith/pine.hlp 2011-05-22 14:42:15.000000000 -0700 @@ -1204,21 +1204,7 @@ We hope you will explore Alpine's many capabilities. From the MAIN MENU, select Setup/Config to see many of the options available to you. Also note @@ -279,9 +279,9 @@ diff -ur /home/dougb-f/alpine-2.00/pith/pine.hlp ./pith/pine.hlp </BODY> </HTML> -diff -ur /home/dougb-f/alpine-2.00/pith/send.c ./pith/send.c ---- /home/dougb-f/alpine-2.00/pith/send.c 2008-08-06 11:25:58.000000000 -0700 -+++ ./pith/send.c 2011-05-22 14:42:15.000000000 -0700 +diff -ur pith/send.c pith/send.c +--- pith/send.c 2008-08-06 11:25:58.000000000 -0700 ++++ pith/send.c 2011-05-22 14:42:15.000000000 -0700 @@ -209,13 +209,6 @@ @@ -345,9 +345,9 @@ diff -ur /home/dougb-f/alpine-2.00/pith/send.c ./pith/send.c /*---------------------------------------------------------------------- Call the mailer, SMTP, sendmail or whatever -diff -ur /home/dougb-f/alpine-2.00/pith/send.h ./pith/send.h ---- /home/dougb-f/alpine-2.00/pith/send.h 2008-06-30 15:03:35.000000000 -0700 -+++ ./pith/send.h 2011-05-22 14:42:15.000000000 -0700 +diff -ur pith/send.h pith/send.h +--- pith/send.h 2008-06-30 15:03:35.000000000 -0700 ++++ pith/send.h 2011-05-22 14:42:15.000000000 -0700 @@ -224,8 +224,6 @@ void pine_free_env(METAENV **); int check_addresses(METAENV *); @@ -357,9 +357,9 @@ diff -ur /home/dougb-f/alpine-2.00/pith/send.h ./pith/send.h int call_mailer(METAENV *, BODY *, char **, int, void (*)(char *, int), void (*)(PIPE_S *, int, void *)); int write_postponed(METAENV *, BODY *); -diff -ur /home/dougb-f/alpine-2.00/pith/state.h ./pith/state.h ---- /home/dougb-f/alpine-2.00/pith/state.h 2008-06-03 08:54:15.000000000 -0700 -+++ ./pith/state.h 2011-05-22 14:42:15.000000000 -0700 +diff -ur pith/state.h pith/state.h +--- pith/state.h 2008-06-03 08:54:15.000000000 -0700 ++++ pith/state.h 2011-05-22 14:42:15.000000000 -0700 @@ -187,7 +187,6 @@ unsigned force_prefer_plain:1; unsigned force_no_prefer_plain:1; @@ -368,9 +368,9 @@ diff -ur /home/dougb-f/alpine-2.00/pith/state.h ./pith/state.h unsigned painted_body_on_startup:1; unsigned painted_footer_on_startup:1; unsigned open_readonly_on_startup:1; -diff -ur /home/dougb-f/alpine-2.00/po/POTFILES.in ./po/POTFILES.in ---- /home/dougb-f/alpine-2.00/po/POTFILES.in 2008-06-03 12:27:23.000000000 -0700 -+++ ./po/POTFILES.in 2011-05-22 14:42:15.000000000 -0700 +diff -ur po/POTFILES.in po/POTFILES.in +--- po/POTFILES.in 2008-06-03 12:27:23.000000000 -0700 ++++ po/POTFILES.in 2011-05-22 14:42:15.000000000 -0700 @@ -50,7 +50,6 @@ alpine/context.c alpine/pine-use.c diff --git a/mail/enigmail/Makefile b/mail/enigmail/Makefile index 66b23eb6a7f8..352eb27d2c61 100644 --- a/mail/enigmail/Makefile +++ b/mail/enigmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= enigmail -PORTVERSION?= 1.4.3 +PORTVERSION?= 1.4.4 PORTREVISION?= 0 CATEGORIES= mail security MASTER_SITES= http://www.mozilla-enigmail.org/download/source/ diff --git a/mail/enigmail/distinfo b/mail/enigmail/distinfo index 6ff43a391b3e..d2486e9d77c6 100644 --- a/mail/enigmail/distinfo +++ b/mail/enigmail/distinfo @@ -1,2 +1,2 @@ -SHA256 (enigmail-1.4.3.tar.gz) = 440035f19a22e8e234c530a0e78fb9ee74bb934fcf721777868de79324636d27 -SIZE (enigmail-1.4.3.tar.gz) = 1337811 +SHA256 (enigmail-1.4.4.tar.gz) = ec62bb701968f72ad35546660132e6e47d4ebe684df1d27fc615cb9010a203b8 +SIZE (enigmail-1.4.4.tar.gz) = 1269444 diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile index d304e2de331e..0cde778054ff 100644 --- a/mail/pine-pgp-filters/Makefile +++ b/mail/pine-pgp-filters/Makefile @@ -1,18 +1,13 @@ -# New ports collection makefile for: pine-pgp-filters -# Date created: 22 January 2003 -# Whom: dougb -# # $FreeBSD$ -# PORTNAME= pine-pgp-filters PORTVERSION= 1.8 CATEGORIES= mail security -MASTER_SITES= http://dougbarton.us/PGP/ppf/ +#MASTER_SITES= DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple /bin/sh-based filters to use GnuPG with Alpine PLIST_FILES= bin/ppf_mime bin/ppf_mime_decrypt \ diff --git a/mail/pine-pgp-filters/pkg-descr b/mail/pine-pgp-filters/pkg-descr index ba92329d08ad..fffab7a2c78a 100644 --- a/mail/pine-pgp-filters/pkg-descr +++ b/mail/pine-pgp-filters/pkg-descr @@ -5,5 +5,3 @@ for inline messages, I added pseudo-filters to verify or decrypt messages that were sent using MIME encoding. See the INSTALL file for instructions on how to configure these filters. - -WWW: http://dougbarton.us/PGP/ppf/ diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index d450d17dbcd9..1ad3d830614e 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: wmweather+-2.4 -# Date created: 11 April 2003 -# Whom: Harald Wille <harald.wille@students.jku.at> +# Created by: Harald Wille <harald.wille@students.jku.at> # # $FreeBSD$ @@ -11,7 +9,7 @@ CATEGORIES= misc windowmaker geography MASTER_SITES= SF/wmweatherplus/wmweather%2B/ DISTNAME= wmweather%2B-${PORTVERSION} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Displays current conditions and forecasts with icons and text LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ diff --git a/net-im/mbpurple/Makefile b/net-im/mbpurple/Makefile index eb6233897913..d6a5d0b9e475 100644 --- a/net-im/mbpurple/Makefile +++ b/net-im/mbpurple/Makefile @@ -1,7 +1,3 @@ -# New ports collection makefile for: mbpurple -# Date created: 30 June 2010 -# Whom: Doug Barton <dougb@FreeBSD.org> -# # $FreeBSD$ PORTNAME= mbpurple @@ -10,7 +6,7 @@ PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Integrate Twitter with Pidgin (AKA microblog-purple) BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \ diff --git a/net-mgmt/hawk/Makefile b/net-mgmt/hawk/Makefile index a2309b16022c..510c74288b84 100644 --- a/net-mgmt/hawk/Makefile +++ b/net-mgmt/hawk/Makefile @@ -1,7 +1,3 @@ -# New ports collection makefile for: hawk -# Date created: 06 February 2012 -# Whom: Doug Barton <dougb@FreeBSD.org> -# # $FreeBSD$ PORTNAME= hawk @@ -10,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/iphawk/iphawk/Hawk%20${PORTVERSION}/ -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Track uptime and DNS status for machines on your networks RUN_DEPENDS= p5-Net-Netmask>0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ diff --git a/net-mgmt/p5-Net-IP/Makefile b/net-mgmt/p5-Net-IP/Makefile index fbf2323db161..4e99c4ee69eb 100644 --- a/net-mgmt/p5-Net-IP/Makefile +++ b/net-mgmt/p5-Net-IP/Makefile @@ -1,9 +1,6 @@ -# New ports collection makefile for: p5-Net-IP -# Date created: 30 May 2002 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> +# Created by: Kimura Fuyuki <fuyuki@hadaly.org> # # $FreeBSD$ -# PORTNAME= Net-IP PORTVERSION= 1.25 @@ -12,7 +9,7 @@ CATEGORIES= net-mgmt perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for manipulating IPv4/IPv6 addresses PERL_CONFIGURE= yes diff --git a/net-p2p/libtorrent-rasterbar-15-python/Makefile b/net-p2p/libtorrent-rasterbar-15-python/Makefile index ce1eed03c616..b3aa8d61ae09 100644 --- a/net-p2p/libtorrent-rasterbar-15-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-15-python/Makefile @@ -1,8 +1,3 @@ -# New ports collection makefile for: libtorrent-rasterbar-15-python -# Date created: Mon Apr 29 01:53:20 UTC 2010 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# # $FreeBSD$ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile index e2cb3cdc954d..dc88564b8723 100644 --- a/net-p2p/libtorrent-rasterbar-15/Makefile +++ b/net-p2p/libtorrent-rasterbar-15/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: libtorrent-rasterbar-15 -# Date created: 14 February 2010 -# Whom: dougb@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= libtorrent-rasterbar PORTVERSION= 0.15.9 @@ -12,8 +7,8 @@ CATEGORIES?= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent -MAINTAINER= dougb@FreeBSD.org -COMMENT?= A C++ library implementing a BitTorrent client +MAINTAINER= ports@FreeBSD.org +COMMENT?= C++ library implementing a BitTorrent client MAKE_JOBS_SAFE= yes diff --git a/net-p2p/libtorrent-rasterbar-16/Makefile b/net-p2p/libtorrent-rasterbar-16/Makefile index ae540822e00d..ba0c29b4f60c 100644 --- a/net-p2p/libtorrent-rasterbar-16/Makefile +++ b/net-p2p/libtorrent-rasterbar-16/Makefile @@ -6,8 +6,8 @@ CATEGORIES?= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent -MAINTAINER= dougb@FreeBSD.org -COMMENT?= A C++ library implementing a BitTorrent client +MAINTAINER= ports@FreeBSD.org +COMMENT?= C++ library implementing a BitTorrent client MAKE_JOBS_SAFE= yes diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 10db26a43599..7202897e7a6f 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -6,7 +6,7 @@ PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar # lib versions specified on purpose diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index de1b0d6280c5..2468fd06553a 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -3,11 +3,11 @@ PORTNAME= portmaster PORTVERSION= 3.14 CATEGORIES= ports-mgmt -MASTER_SITES= https://dougbarton.us/Downloads/ +#MASTER_SITES= DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Manage your ports without external databases or languages OPTIONS= BASH "Install programmable completions for Bash" off \ diff --git a/ports-mgmt/portmaster/pkg-descr b/ports-mgmt/portmaster/pkg-descr index a3e0b4e209ee..879dfa839747 100644 --- a/ports-mgmt/portmaster/pkg-descr +++ b/ports-mgmt/portmaster/pkg-descr @@ -18,5 +18,3 @@ Portmaster has the following features: * Options to list installed ports by category, and those with new versions * Packages can be used for installation either exclusively, if available, or only for build dependencies - -WWW: http://dougbarton.us/portmaster.html diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index 9bc84d34a568..707fb1ea1ca2 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: hpijs -# Date created: 1 May 2002 -# Whom: ports@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= hpijs PORTVERSION= 2.1.4 @@ -11,7 +6,7 @@ PORTREVISION= 6 CATEGORIES= print MASTER_SITES= SF/hpinkjet/${PORTNAME}/${PORTVERSION} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Drivers and support resources for HP Inkjet Printers LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index 1bd818d55cac..9c30e4b14192 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -1,9 +1,6 @@ -# New ports collection makefile for: libassuan -# Date created: 2004-04-19 -# Whom: Michael Nottebrock <lofi@freebsd.org> +# Created by: Michael Nottebrock <lofi@freebsd.org> # # $FreeBSD$ -# PORTNAME= libassuan PORTVERSION= 2.0.2 @@ -13,7 +10,7 @@ MASTER_SITE_SUBDIR=${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= IPC library used by GnuPG and gpgme LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth \ diff --git a/security/libotr/Makefile b/security/libotr/Makefile index a5ccfe98f166..a47b295d0135 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.cypherpunks.ca/otr/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Portable OTR Messaging Library and toolkit BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf diff --git a/security/libotr3/Makefile b/security/libotr3/Makefile index f2d5e06a29fc..990ee9d40079 100644 --- a/security/libotr3/Makefile +++ b/security/libotr3/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://www.cypherpunks.ca/otr/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org -COMMENT= The portable OTR Messaging Library and toolkit +MAINTAINER= ports@FreeBSD.org +COMMENT= Portable OTR Messaging Library and toolkit BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \ diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index ea3fae08dab4..e41645a15130 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Allows deniable private conversations using Pidgin BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \ diff --git a/sysutils/shlock/Makefile b/sysutils/shlock/Makefile index 9067358c5834..56b8ca0cbc3e 100644 --- a/sysutils/shlock/Makefile +++ b/sysutils/shlock/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: shlock -# Date created: 8 July 2002 -# Whom: dougb -# # $FreeBSD$ -# PORTNAME= shlock PORTVERSION= 2.5.2 @@ -14,7 +9,7 @@ DISTFILES= inn-${PORTVERSION}${EXTRACT_SUFX} \ inn-${PORTVERSION}${EXTRACT_SUFX}.asc EXTRACT_ONLY= inn-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Create lock files for use in shell scripts HAS_CONFIGURE= yes diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index a90877646e06..0ffd35dbfa71 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -1,9 +1,6 @@ -# New ports collection makefile for: htdig -# Date created: 18 August 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> +# Created by: Bill Fumerola <billf@chc-chimes.com> # # $FreeBSD$ -# PORTNAME= htdig PORTVERSION= 3.2.0.b6 @@ -13,8 +10,8 @@ MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/3.2.0b6 DISTNAME= htdig-3.2.0b6 -MAINTAINER= dougb@FreeBSD.org -COMMENT= A www indexing and searching system +MAINTAINER= ports@FreeBSD.org +COMMENT= WWW indexing and searching system MAKE_JOBS_SAFE= yes diff --git a/x11-wm/libwraster/Makefile b/x11-wm/libwraster/Makefile index f3a31f514ce9..17fbfa463d66 100644 --- a/x11-wm/libwraster/Makefile +++ b/x11-wm/libwraster/Makefile @@ -1,4 +1,3 @@ -# Created by: Doug Barton <dougb@FreeBSD.org> # $FreeBSD$ PORTNAME= libwraster diff --git a/x11-wm/obmenu/Makefile b/x11-wm/obmenu/Makefile index 7a153616445c..f4ceed2b7f81 100644 --- a/x11-wm/obmenu/Makefile +++ b/x11-wm/obmenu/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: obmenu -# Date created: 2007-12-18 -# Whom: dougb -# # $FreeBSD$ -# PORTNAME= obmenu PORTVERSION= 1.0 @@ -11,7 +6,7 @@ PORTREVISION= 5 CATEGORIES= x11-wm MASTER_SITES= SF -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Menu manager for Openbox supporting both static and pipe menus USE_GNOME= pygtk2 diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 96c16dd571b4..e96f69b314c9 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -1,9 +1,6 @@ -# New ports collection makefile for: aterm -# Date created: 17 January 1999 -# Whom: Jim Mock <jim@FreeBSD.org> +# Created by: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ -# PORTNAME= aterm PORTVERSION= 1.0.1 @@ -11,8 +8,8 @@ PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= SF -MAINTAINER= dougb@FreeBSD.org -COMMENT= A color vt102 terminal emulator with transparency support +MAINTAINER= ports@FreeBSD.org +COMMENT= Color vt102 terminal emulator with transparency support USE_XORG= xpm GNU_CONFIGURE= yes diff --git a/x11/tint/Makefile b/x11/tint/Makefile index 7197d066a899..fef5cbba5563 100644 --- a/x11/tint/Makefile +++ b/x11/tint/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: tint -# Date created: 21 July 2008 -# Whom: dougb@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= tint2 PORTVERSION= 0.11 @@ -11,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock MAKE_JOBS_SAFE= yes diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 77bee526e85a..9d9bd0cb6546 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,16 +1,13 @@ -# New ports collection makefile for: xscreensaver -# Date created: 10 July 1995 -# Whom: dom@myrddin.demon.co.uk +# Created by: dom@myrddin.demon.co.uk # # $FreeBSD$ -# PORTNAME= xscreensaver PORTVERSION= 5.19 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Save your screen while you entertain your cat BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf |