On 12/16/14 23:04, Alexander Bluhm wrote:
> On Tue, Dec 16, 2014 at 07:51:08PM +0000, [email protected] wrote:
>> ~nigel/perl5.020001_pkg.diff
>> file is out of date now, but I have kept up to date locally.
>
> Here is the dependency part. All tests pass without p5-IO-Socket-IP.
>
> I have checked net/p5-IO-Socket-IP>=0.31, p5-IO-Socket-SSL actually
> needs >=20 and !=30, so 0.29 from base is fine.
>
> ok to commit?
>
> bluhm
>
> Index: mail/amavisd-new/Makefile
> ===================================================================
> RCS file: /data/mirror/openbsd/cvs/ports/mail/amavisd-new/Makefile,v
> retrieving revision 1.38
> diff -u -p -r1.38 Makefile
> --- mail/amavisd-new/Makefile 9 Dec 2014 15:21:13 -0000 1.38
> +++ mail/amavisd-new/Makefile 16 Dec 2014 22:45:01 -0000
> @@ -9,6 +9,7 @@ DISTNAME= amavisd-new-${V}
> PKGNAME-main= ${DISTNAME}
> PKGNAME-utils= amavisd-new-utils-${V}
> CATEGORIES= mail security
> +REVISION = 0
>
> HOMEPAGE= http://www.amavis.org/
> MAINTAINER= Giovanni Bechis <[email protected]>
> @@ -43,7 +44,6 @@ RUN_DEPENDS= archivers/arc \
> misc/p5-File-LibMagic \
> net/net-snmp \
> net/p5-IO-Socket-INET6 \
> - net/p5-IO-Socket-IP \
> net/p5-Net-LibIDN \
> security/clamav \
> sysutils/p5-Unix-Syslog
REVISION is already at 0 set earlier, need to only bump -main to
REVISION-main = 1 or set both to REVISION = 1
else ok.
> Index: mail/p5-Mail-SpamAssassin/Makefile
> ===================================================================
> RCS file: /data/mirror/openbsd/cvs/ports/mail/p5-Mail-SpamAssassin/Makefile,v
> retrieving revision 1.91
> diff -u -p -r1.91 Makefile
> --- mail/p5-Mail-SpamAssassin/Makefile 30 Sep 2014 13:06:24 -0000
> 1.91
> +++ mail/p5-Mail-SpamAssassin/Makefile 16 Dec 2014 22:40:42 -0000
> @@ -3,7 +3,7 @@
> COMMENT= mailfilter to identify and mark spam
>
> VER= 3.4.0
> -REVISION= 4
> +REVISION= 5
> DISTNAME= Mail-SpamAssassin-${VER}
> PKGNAME= p5-${DISTNAME}
> RULESNAME= Mail-SpamAssassin-rules-${VER}.r1565117.tgz
> @@ -28,7 +28,6 @@ COMMON_DEPENDS= www/p5-HTML-Parser>=3.3
> mail/p5-Mail-DKIM>=0.31 \
> net/p5-Net-DNS>=0.34 \
> net/p5-NetAddr-IP \
> - net/p5-IO-Socket-IP \
> security/p5-IO-Socket-SSL
>
> BUILD_DEPENDS= ${COMMON_DEPENDS}
Ok.
> Index: net/p5-Net-INET6Glue/Makefile
> ===================================================================
> RCS file: /data/mirror/openbsd/cvs/ports/net/p5-Net-INET6Glue/Makefile,v
> retrieving revision 1.11
> diff -u -p -r1.11 Makefile
> --- net/p5-Net-INET6Glue/Makefile 8 Sep 2014 18:35:20 -0000 1.11
> +++ net/p5-Net-INET6Glue/Makefile 16 Dec 2014 22:44:15 -0000
> @@ -3,6 +3,7 @@
> COMMENT = make common perl modules IPv6 ready by hotpatching
>
> DISTNAME = Net-INET6Glue-0.603
> +REVISION = 0
>
> CATEGORIES = net
>
> @@ -12,6 +13,5 @@ MAINTAINER = Alexander Bluhm <bluhm@ope
> PERMIT_PACKAGE_CDROM = Yes
>
> MODULES = cpan
> -RUN_DEPENDS = net/p5-IO-Socket-IP>=0.25
>
> .include <bsd.port.mk>
Ok.
> Index: security/p5-IO-Socket-SSL/Makefile
> ===================================================================
> RCS file: /data/mirror/openbsd/cvs/ports/security/p5-IO-Socket-SSL/Makefile,v
> retrieving revision 1.82
> diff -u -p -r1.82 Makefile
> --- security/p5-IO-Socket-SSL/Makefile 3 Dec 2014 22:39:15 -0000
> 1.82
> +++ security/p5-IO-Socket-SSL/Makefile 16 Dec 2014 22:40:42 -0000
> @@ -15,7 +15,6 @@ MODULES = cpan
> BUILD_DEPENDS = ${RUN_DEPENDS}
> RUN_DEPENDS = security/p5-Net_SSLeay>=1.59
> TEST_DEPENDS = net/p5-IO-Socket-INET6>=2.62 \
> - net/p5-IO-Socket-IP>=0.31 \
> converters/p5-Net-IDN-Encode \
> www/p5-URI>=1.50
>
OK - might take a look at 2.008 version.. >= 20, !=30 doesn't change.
> Index: www/p5-Mojo/Makefile
> ===================================================================
> RCS file: /data/mirror/openbsd/cvs/ports/www/p5-Mojo/Makefile,v
> retrieving revision 1.15
> diff -u -p -r1.15 Makefile
> --- www/p5-Mojo/Makefile 7 Nov 2014 11:15:24 -0000 1.15
> +++ www/p5-Mojo/Makefile 16 Dec 2014 22:40:42 -0000
> @@ -4,7 +4,7 @@ COMMENT = next generation web framework
>
> MODULES = cpan
> DISTNAME = Mojolicious-5.58
> -REVISION = 0
> +REVISION = 1
> CATEGORIES = www
>
> MAINTAINER = Mark Patruck <[email protected]>
> @@ -17,7 +17,6 @@ HOMEPAGE = http://mojolicio.us/
> CPAN_AUTHOR = SRI
>
> RUN_DEPENDS = devel/p5-EV \
> - net/p5-IO-Socket-IP>=0.20 \
> security/p5-IO-Socket-SSL>=1.84
>
> MAKE_ENV += TEST_CACHING=Yes
>
> .
>
Ok.