cvs commit: ports/dns/p5-Net-DNS Makefile ports/irc/sirc Makefile ports/japanese/tiarra Makefile ports/mail/assp Makefile ports/mail/p5-Mail-SpamAssassin Makefile ports/mail/smtp-cli Makefile ports/net/p5-IO-Socket-Multicast6 Makefile ...

Philip M. Gollucci pgollucci at p6m7g8.com
Mon Aug 9 15:14:14 UTC 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You need a MOVED entry.

On 08/09/10 08:54, Tong LIU wrote:
> nemoliu     2010-08-09 08:54:36 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     dns/p5-Net-DNS       Makefile 
>     irc/sirc             Makefile 
>     japanese/tiarra      Makefile 
>     mail/assp            Makefile 
>     mail/p5-Mail-SpamAssassin Makefile 
>     mail/smtp-cli        Makefile 
>     net/p5-IO-Socket-Multicast6 Makefile 
>     net/p5-Net-INET6Glue Makefile 
>     net/p5-Net-RTP       Makefile 
>     net/scnc             Makefile 
>     net/xbone            Makefile 
>     net/xbone-gui        Makefile 
>     net-mgmt/mrtg        Makefile 
>     net-p2p/bitflu       Makefile 
>     security/amavisd-new Makefile 
>     security/maia        Makefile 
>   Log:
>   - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
>   
>   PR:     ports/148309
>   Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
>   
>   Revision  Changes    Path
>   1.75      +1 -1      ports/dns/p5-Net-DNS/Makefile
>   1.16      +1 -1      ports/irc/sirc/Makefile
>   1.7       +1 -1      ports/japanese/tiarra/Makefile
>   1.25      +1 -1      ports/mail/assp/Makefile
>   1.133     +1 -1      ports/mail/p5-Mail-SpamAssassin/Makefile
>   1.2       +1 -1      ports/mail/smtp-cli/Makefile
>   1.107     +1 -1      ports/net-mgmt/mrtg/Makefile
>   1.18      +1 -1      ports/net-p2p/bitflu/Makefile
>   1.4       +1 -1      ports/net/p5-IO-Socket-Multicast6/Makefile
>   1.4       +1 -1      ports/net/p5-Net-INET6Glue/Makefile
>   1.4       +1 -1      ports/net/p5-Net-RTP/Makefile
>   1.4       +1 -1      ports/net/scnc/Makefile
>   1.18      +1 -1      ports/net/xbone-gui/Makefile
>   1.25      +1 -1      ports/net/xbone/Makefile
>   1.80      +1 -1      ports/security/amavisd-new/Makefile
>   1.5       +1 -1      ports/security/maia/Makefile
> 
> http://cvsweb.FreeBSD.org/ports/dns/p5-Net-DNS/Makefile.diff?r1=1.74&r2=1.75&f=h
> | --- ports/dns/p5-Net-DNS/Makefile	2010/01/01 00:28:07	1.74
> | +++ ports/dns/p5-Net-DNS/Makefile	2010/08/09 08:54:33	1.75
> | @@ -2,7 +2,7 @@
> |  # Date created:				April 5th 1997
> |  # Whom:	      				James FitzGibbon <jfitz at FreeBSD.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/dns/p5-Net-DNS/Makefile,v 1.74 2010/01/01 00:28:07 dougb Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/dns/p5-Net-DNS/Makefile,v 1.75 2010/08/09 08:54:33 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	Net-DNS
> | @@ -53,7 +53,7 @@ OPTIONS=	IPV6 "Enable functionality over
> |  .include <bsd.port.pre.mk>
> |  
> |  .if !defined(WITHOUT_IPV6)
> | -RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
> | +RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
> |  .endif
> |  
> |  DOCSDIR=	${PREFIX}/share/doc/p5-Net-DNS
> http://cvsweb.FreeBSD.org/ports/irc/sirc/Makefile.diff?r1=1.15&r2=1.16&f=h
> | --- ports/irc/sirc/Makefile	2010/06/14 08:22:53	1.15
> | +++ ports/irc/sirc/Makefile	2010/08/09 08:54:33	1.16
> | @@ -2,7 +2,7 @@
> |  # Date created:			4 May 1998
> |  # Whom:				Doug Barton <dougb at FreeBSD.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/irc/sirc/Makefile,v 1.15 2010/06/14 08:22:53 dougb Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/irc/sirc/Makefile,v 1.16 2010/08/09 08:54:33 nemoliu Exp $
> |  
> |  PORTNAME=	sirc
> |  PORTVERSION=	2.211
> | @@ -36,7 +36,7 @@ PORTDOCS=	ChangeLog PROGRAMMING README
> |  .include <bsd.port.pre.mk>
> |  
> |  .if !defined(WITHOUT_IPV6)
> | -RUN_DEPENDS=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
> | +RUN_DEPENDS=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
> |  EXTRA_PATCHES=	${PATCHDIR}/dsirc-ipv6
> |  .else
> |  EXTRA_PATCHES=	${PATCHDIR}/dsirc-minimal
> http://cvsweb.FreeBSD.org/ports/japanese/tiarra/Makefile.diff?r1=1.6&r2=1.7&f=h
> | --- ports/japanese/tiarra/Makefile	2010/04/30 15:25:08	1.6
> | +++ ports/japanese/tiarra/Makefile	2010/08/09 08:54:34	1.7
> | @@ -2,7 +2,7 @@
> |  # Date Created:		Jul 27 2006
> |  # Whom:			Hajimu UMEMOTO <ume at FreeBSD.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/japanese/tiarra/Makefile,v 1.6 2010/04/30 15:25:08 ume Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/japanese/tiarra/Makefile,v 1.7 2010/08/09 08:54:34 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	tiarra
> | @@ -14,7 +14,7 @@ MASTER_SITES=	http://www.clovery.jp/tiar
> |  MAINTAINER=	ume at FreeBSD.org
> |  COMMENT=	IRC Proxy software
> |  
> | -RUN_DEPENDS=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
> | +RUN_DEPENDS=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
> |  
> |  USE_PERL5_RUN=	yes
> |  USE_BZIP2=	yes
> http://cvsweb.FreeBSD.org/ports/mail/assp/Makefile.diff?r1=1.24&r2=1.25&f=h
> | --- ports/mail/assp/Makefile	2010/03/27 06:13:59	1.24
> | +++ ports/mail/assp/Makefile	2010/08/09 08:54:34	1.25
> | @@ -2,7 +2,7 @@
> |  # Date created:				16 May 2005
> |  # Whom:					J.R. Oldroyd <fbsd at opal.com>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/mail/assp/Makefile,v 1.24 2010/03/27 06:13:59 dougb Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/mail/assp/Makefile,v 1.25 2010/08/09 08:54:34 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	assp
> | @@ -123,7 +123,7 @@ RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/SSL
> |  .endif
> |  
> |  .if !defined(WITHOUT_IPV6)
> | -RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
> | +RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
> |  .endif
> |  
> |  EXTRACT_AFTER_ARGS=	-d ${PORTNAME}-${PORTVERSION}
> http://cvsweb.FreeBSD.org/ports/mail/p5-Mail-SpamAssassin/Makefile.diff?r1=1.132&r2=1.133&f=h
> | --- ports/mail/p5-Mail-SpamAssassin/Makefile	2010/04/08 13:13:00	1.132
> | +++ ports/mail/p5-Mail-SpamAssassin/Makefile	2010/08/09 08:54:34	1.133
> | @@ -2,7 +2,7 @@
> |  # Date created:				Nov 26 2001
> |  # Whom:					Anthony Kim
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/mail/p5-Mail-SpamAssassin/Makefile,v 1.132 2010/04/08 13:13:00 wxs Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/mail/p5-Mail-SpamAssassin/Makefile,v 1.133 2010/08/09 08:54:34 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	Mail-SpamAssassin
> | @@ -74,7 +74,7 @@ WITHOUT_SSL=1
> |  BUILD_DEPENDS+=	${SITE_PERL}/Mail/SPF.pm:${PORTSDIR}/mail/p5-Mail-SPF
> |  .endif
> |  .if !defined(WITHOUT_IPV6)
> | -RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
> | +RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
> |  .endif
> |  
> |  .if !defined(WITHOUT_SSL)
> http://cvsweb.FreeBSD.org/ports/mail/smtp-cli/Makefile.diff?r1=1.1&r2=1.2&f=h
> | --- ports/mail/smtp-cli/Makefile	2010/05/08 07:25:26	1.1
> | +++ ports/mail/smtp-cli/Makefile	2010/08/09 08:54:34	1.2
> | @@ -2,7 +2,7 @@
> |  # Date created:			Thu Apr 22 10:03:56 CEST 2010
> |  # Whom:				Frank Wall <fw at moov.de>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/mail/smtp-cli/Makefile,v 1.1 2010/05/08 07:25:26 wen Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/mail/smtp-cli/Makefile,v 1.2 2010/08/09 08:54:34 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	smtp
> | @@ -21,7 +21,7 @@ RUN_DEPENDS=	p5-IO-Socket-SSL>0:${PORTSD
> |  		p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey 		\
> |  		p5-MIME-Lite>0:${PORTSDIR}/mail/p5-MIME-Lite 			\
> |  		p5-File-Type>0:${PORTSDIR}/devel/p5-File-Type 			\
> | -		p5-IO-Socket-INET6>0:${PORTSDIR}/net/p5-IO-INET6
> | +		p5-IO-Socket-INET6>0:${PORTSDIR}/net/p5-IO-Socket-INET6
> |  
> |  NO_BUILD=	yes
> |  WRKSRC=		${WRKDIR}
> http://cvsweb.FreeBSD.org/ports/net-mgmt/mrtg/Makefile.diff?r1=1.106&r2=1.107&f=h
> | --- ports/net-mgmt/mrtg/Makefile	2010/08/03 01:52:18	1.106
> | +++ ports/net-mgmt/mrtg/Makefile	2010/08/09 08:54:35	1.107
> | @@ -2,7 +2,7 @@
> |  # Date created:				April 18th 1997
> |  # Whom:	      				James FitzGibbon <jfitz at FreeBSD.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net-mgmt/mrtg/Makefile,v 1.106 2010/08/03 01:52:18 lioux Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net-mgmt/mrtg/Makefile,v 1.107 2010/08/09 08:54:35 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	mrtg
> | @@ -77,7 +77,7 @@ PORTEXAMPLES=	*
> |  .include <bsd.port.pre.mk>
> |  
> |  .if defined(WITH_IPV6)
> | -RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
> | +RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
> |  .endif
> |  .if defined(WITH_SNMP)
> |  RUN_DEPENDS+=	${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP
> http://cvsweb.FreeBSD.org/ports/net-p2p/bitflu/Makefile.diff?r1=1.17&r2=1.18&f=h
> | --- ports/net-p2p/bitflu/Makefile	2010/07/02 16:03:22	1.17
> | +++ ports/net-p2p/bitflu/Makefile	2010/08/09 08:54:35	1.18
> | @@ -2,7 +2,7 @@
> |  # Date created:		28 January 2007
> |  # Whom:			Andrew Pantyukhin <infofarmer at FreeBSD.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net-p2p/bitflu/Makefile,v 1.17 2010/07/02 16:03:22 sylvio Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net-p2p/bitflu/Makefile,v 1.18 2010/08/09 08:54:35 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	bitflu
> | @@ -35,7 +35,7 @@ OPTIONS=	IPV6 "Enable functionality over
> |  .include <bsd.port.pre.mk>
> |  
> |  .if !defined(WITHOUT_IPV6)
> | -RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
> | +RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
> |  .endif
> |  
> |  post-patch:
> http://cvsweb.FreeBSD.org/ports/net/p5-IO-Socket-Multicast6/Makefile.diff?r1=1.3&r2=1.4&f=h
> | --- ports/net/p5-IO-Socket-Multicast6/Makefile	2010/06/06 20:15:59	1.3
> | +++ ports/net/p5-IO-Socket-Multicast6/Makefile	2010/08/09 08:54:34	1.4
> | @@ -2,7 +2,7 @@
> |  # Date created:		2007-03-10
> |  # Whom:			Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net/p5-IO-Socket-Multicast6/Makefile,v 1.3 2010/06/06 20:15:59 pgollucci Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net/p5-IO-Socket-Multicast6/Makefile,v 1.4 2010/08/09 08:54:34 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	IO-Socket-Multicast6
> | @@ -17,7 +17,7 @@ COMMENT=	Send and receive IPv4 and IPv6 
> |  RUN_DEPENDS=	p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 \
> |  		p5-IO-Interface>=1.01:${PORTSDIR}/net/p5-IO-Interface \
> |  		p5-Socket-Multicast6>=0.01:${PORTSDIR}/net/p5-Socket-Multicast6 \
> | -		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
> | +		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
> |  
> |  PERL_MODBUILD=	yes
> |  
> http://cvsweb.FreeBSD.org/ports/net/p5-Net-INET6Glue/Makefile.diff?r1=1.3&r2=1.4&f=h
> | --- ports/net/p5-Net-INET6Glue/Makefile	2010/05/22 17:09:55	1.3
> | +++ ports/net/p5-Net-INET6Glue/Makefile	2010/08/09 08:54:34	1.4
> | @@ -2,7 +2,7 @@
> |  # Date created:		7 Apr 2009
> |  # Whom:			Hajimu UMEMOTO <ume at FreeBSD.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net/p5-Net-INET6Glue/Makefile,v 1.3 2010/05/22 17:09:55 ume Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net/p5-Net-INET6Glue/Makefile,v 1.4 2010/08/09 08:54:34 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	Net-INET6Glue
> | @@ -15,7 +15,7 @@ PKGNAMEPREFIX=	p5-
> |  MAINTAINER=	ume at FreeBSD.org
> |  COMMENT=	Make common modules IPv6 ready by hotpatching
> |  
> | -BUILD_DEPENDS=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
> | +BUILD_DEPENDS=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
> |  RUN_DEPENDS=	${BUILD_DEPENDS}
> |  
> |  PERL_CONFIGURE=	yes
> http://cvsweb.FreeBSD.org/ports/net/p5-Net-RTP/Makefile.diff?r1=1.3&r2=1.4&f=h
> | --- ports/net/p5-Net-RTP/Makefile	2008/04/17 14:27:36	1.3
> | +++ ports/net/p5-Net-RTP/Makefile	2010/08/09 08:54:34	1.4
> | @@ -2,7 +2,7 @@
> |  # Date created:		2007-03-10
> |  # Whom:			Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net/p5-Net-RTP/Makefile,v 1.3 2008/04/17 14:27:36 araujo Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net/p5-Net-RTP/Makefile,v 1.4 2010/08/09 08:54:34 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	Net-RTP
> | @@ -16,7 +16,7 @@ COMMENT=	Send and receive RTP packets (R
> |  
> |  RUN_DEPENDS=	p5-IO-Socket-Multicast6>=0.02:${PORTSDIR}/net/p5-IO-Socket-Multicast6 \
> |  		p5-IO-Socket-Multicast>=1.00:${PORTSDIR}/net/p5-IO-Socket-Multicast \
> | -		p5-IO-Socket-INET6>=1.20:${PORTSDIR}/net/p5-IO-INET6 \
> | +		p5-IO-Socket-INET6>=1.20:${PORTSDIR}/net/p5-IO-Socket-INET6 \
> |  		p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6
> |  
> |  PERL_MODBUILD=	yes
> http://cvsweb.FreeBSD.org/ports/net/scnc/Makefile.diff?r1=1.3&r2=1.4&f=h
> | --- ports/net/scnc/Makefile	2009/07/20 13:32:03	1.3
> | +++ ports/net/scnc/Makefile	2010/08/09 08:54:35	1.4
> | @@ -2,7 +2,7 @@
> |  # Date created:                        27 April 2008
> |  # Whom:                                Sofian Brabez <sbrabez at gmail.com>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net/scnc/Makefile,v 1.3 2009/07/20 13:32:03 jadawin Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net/scnc/Makefile,v 1.4 2010/08/09 08:54:35 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	scnc
> | @@ -15,7 +15,7 @@ COMMENT=	SSL Capable Netcat
> |  
> |  RUN_DEPENDS=	${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
> |  		${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \
> | -		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
> | +		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
> |  BUILD_DEPENDS=	${RUN_DEPENDS}
> |  
> |  PLIST_FILES=	bin/${PORTNAME}
> http://cvsweb.FreeBSD.org/ports/net/xbone-gui/Makefile.diff?r1=1.17&r2=1.18&f=h
> | --- ports/net/xbone-gui/Makefile	2010/03/28 06:41:32	1.17
> | +++ ports/net/xbone-gui/Makefile	2010/08/09 08:54:35	1.18
> | @@ -2,7 +2,7 @@
> |  # Date created:         		June 8 2000
> |  # Whom:                 		X-Bone Project <xbone at isi.edu>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net/xbone-gui/Makefile,v 1.17 2010/03/28 06:41:32 dinoex Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net/xbone-gui/Makefile,v 1.18 2010/08/09 08:54:35 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	XBone-GUI
> | @@ -17,7 +17,7 @@ COMMENT=	The GUI for XBone, a tool to de
> |  
> |  BUILD_DEPENDS=	${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
> |  		${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \
> | -		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 \
> | +		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 \
> |  		${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
> |  		p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
> |  		${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
> http://cvsweb.FreeBSD.org/ports/net/xbone/Makefile.diff?r1=1.24&r2=1.25&f=h
> | --- ports/net/xbone/Makefile	2010/03/28 06:41:31	1.24
> | +++ ports/net/xbone/Makefile	2010/08/09 08:54:35	1.25
> | @@ -2,7 +2,7 @@
> |  # Date created:         19 Jan 2001
> |  # Whom:                 Yu-Shun Wang <xbone at isi.edu>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net/xbone/Makefile,v 1.24 2010/03/28 06:41:31 dinoex Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net/xbone/Makefile,v 1.25 2010/08/09 08:54:35 nemoliu Exp $
> |  #
> |  
> |  PORTNAME=	XBone
> | @@ -17,7 +17,7 @@ COMMENT=	Deploys and manages IP-based VP
> |  BUILD_DEPENDS=	${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \
> |  		${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
> |  		${SITE_PERL}/${PERL_ARCH}/IO/Socket/Multicast.pm:${PORTSDIR}/net/p5-IO-Socket-Multicast \
> | -		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 \
> | +		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 \
> |  		p5-IO-Socket-Multicast>=0.25:${PORTSDIR}/net/p5-IO-Socket-Multicast \
> |  		p5-IO-Socket-Multicast6>=0:${PORTSDIR}/net/p5-IO-Socket-Multicast6 \
> |  		${SITE_PERL}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager \
> http://cvsweb.FreeBSD.org/ports/security/amavisd-new/Makefile.diff?r1=1.79&r2=1.80&f=h
> | --- ports/security/amavisd-new/Makefile	2010/07/11 17:42:36	1.79
> | +++ ports/security/amavisd-new/Makefile	2010/08/09 08:54:35	1.80
> | @@ -2,7 +2,7 @@
> |  # Date created:				05 Jun 2002
> |  # Whom:					Christopher K Davis (ckd-freebsd at ckdhr.com)
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/security/amavisd-new/Makefile,v 1.79 2010/07/11 17:42:36 gabor Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/security/amavisd-new/Makefile,v 1.80 2010/08/09 08:54:35 nemoliu Exp $
> |  #
> |  # Based on amavisd ports makefile.
> |  
> | @@ -24,7 +24,7 @@ RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/U
> |  		p5-Convert-UUlib>=1.08,1:${PORTSDIR}/converters/p5-Convert-UUlib \
> |  		p5-Compress-Zlib>=2.004:${PORTSDIR}/archivers/p5-Compress-Zlib \
> |  		${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
> | -		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 \
> | +		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 \
> |  		p5-Net-Server>=0.93:${PORTSDIR}/net/p5-Net-Server \
> |  		p5-Mail-DKIM>=0.33:${PORTSDIR}/mail/p5-Mail-DKIM
> |  
> http://cvsweb.FreeBSD.org/ports/security/maia/Makefile.diff?r1=1.4&r2=1.5&f=h
> | --- ports/security/maia/Makefile	2010/01/26 15:01:07	1.4
> | +++ ports/security/maia/Makefile	2010/08/09 08:54:36	1.5
> | @@ -2,7 +2,7 @@
> |  # Date created:                         03 Jan 2008
> |  # Whom:                                 Janky Jay <ek at purplehat.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/security/maia/Makefile,v 1.4 2010/01/26 15:01:07 kuriyama Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/security/maia/Makefile,v 1.5 2010/08/09 08:54:36 nemoliu Exp $
> |  #
> |  # Based on amavisd-new ports makefile.
> |  
> | @@ -22,7 +22,7 @@ RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/U
> |  		p5-Compress-Zlib>=2.004:${PORTSDIR}/archivers/p5-Compress-Zlib \
> |  		${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
> |  		${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \
> | -		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 \
> | +		${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 \
> |  		${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \
> |  		${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
> |  		p5-Net-Server>=0.93:${PORTSDIR}/net/p5-Net-Server


- -- 
- ------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci at p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,                        FreeBSD Foundation
Consultant,                       P6M7G8 Inc.
Sr. System Admin,                 Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)

iD8DBQFMYBs/dbiP+9ubjBwRAq36AJsGwDWNQLjLdQ9ipIVb2EKzLBwfnwCfZM8U
53dbnqaRTA2jRwPnUvx6DPw=
=RuRz
-----END PGP SIGNATURE-----


More information about the cvs-all mailing list