[Midnightbsd-cvs] mports [22794] trunk/devel: fix several ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 30 15:30:08 EDT 2017


Revision: 22794
          http://svnweb.midnightbsd.org/mports/?rev=22794
Author:   laffer1
Date:     2017-09-30 15:30:08 -0400 (Sat, 30 Sep 2017)
Log Message:
-----------
fix several ports

Modified Paths:
--------------
    trunk/devel/p5-Test-Requires/Makefile
    trunk/devel/p5-Test-Requires/pkg-plist
    trunk/devel/p5-Test-Taint/Makefile
    trunk/devel/p5-Test-Taint/pkg-plist
    trunk/devel/p5-Test-Tester/Makefile
    trunk/devel/p5-Tie-IxHash/Makefile
    trunk/devel/p5-Tie-IxHash/pkg-descr
    trunk/devel/p5-Tie-IxHash/pkg-plist
    trunk/devel/p5-Time-Local/Makefile
    trunk/devel/p5-Time-Local/pkg-plist
    trunk/devel/p5-UNIVERSAL-require/Makefile
    trunk/devel/p5-UNIVERSAL-require/pkg-plist
    trunk/devel/py-astroid/pkg-descr
    trunk/devel/py-setuptools_scm/Makefile

Modified: trunk/devel/p5-Test-Requires/Makefile
===================================================================
--- trunk/devel/p5-Test-Requires/Makefile	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/p5-Test-Requires/Makefile	2017-09-30 19:30:08 UTC (rev 22794)
@@ -12,6 +12,4 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=	Test::Requires.3
-
 .include <bsd.port.mk>

Modified: trunk/devel/p5-Test-Requires/pkg-plist
===================================================================
--- trunk/devel/p5-Test-Requires/pkg-plist	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/p5-Test-Requires/pkg-plist	2017-09-30 19:30:08 UTC (rev 22794)
@@ -1,5 +1,2 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Requires/.packlist
+%%PERL5_MAN3%%/Test::Requires.3.gz
 %%SITE_PERL%%/Test/Requires.pm
- at dirrmtry %%SITE_PERL%%/Test
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Requires
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test

Modified: trunk/devel/p5-Test-Taint/Makefile
===================================================================
--- trunk/devel/p5-Test-Taint/Makefile	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/p5-Test-Taint/Makefile	2017-09-30 19:30:08 UTC (rev 22794)
@@ -12,6 +12,4 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=		Test::Taint.3
-
 .include <bsd.port.mk>

Modified: trunk/devel/p5-Test-Taint/pkg-plist
===================================================================
--- trunk/devel/p5-Test-Taint/pkg-plist	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/p5-Test-Taint/pkg-plist	2017-09-30 19:30:08 UTC (rev 22794)
@@ -1,6 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Taint/Taint.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Taint/Taint.so
-%%SITE_PERL%%/%%PERL_ARCH%%/Test/Taint.pm
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Taint
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Test
+%%PERL5_MAN3%%/Test::Taint.3.gz
+%%SITE_ARCH%%/Test/Taint.pm
+%%SITE_ARCH%%/auto/Test/Taint/Taint.so

Modified: trunk/devel/p5-Test-Tester/Makefile
===================================================================
--- trunk/devel/p5-Test-Tester/Makefile	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/p5-Test-Tester/Makefile	2017-09-30 19:30:08 UTC (rev 22794)
@@ -15,9 +15,6 @@
 PERL_CONFIGURE=	yes
 INSTALL_TARGET=	pure_install
 
-MAN3=		Test::Tester.3 Test::Tester::Capture.3 \
-		Test::Tester::CaptureRunner.3
-
 .if !defined(NOPORTDOCS)
 PORTDOCS=	CHANGES
 

Modified: trunk/devel/p5-Tie-IxHash/Makefile
===================================================================
--- trunk/devel/p5-Tie-IxHash/Makefile	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/p5-Tie-IxHash/Makefile	2017-09-30 19:30:08 UTC (rev 22794)
@@ -10,10 +10,6 @@
 COMMENT=	Perl module implementing ordered in-memory associative arrays
 LICENSE=	perl
 
-MAKE_JOBS_SAFE=	yes
-
 PERL_CONFIGURE=	yes
 
-MAN3=		Tie::IxHash.3
-
 .include <bsd.port.mk>

Modified: trunk/devel/p5-Tie-IxHash/pkg-descr
===================================================================
--- trunk/devel/p5-Tie-IxHash/pkg-descr	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/p5-Tie-IxHash/pkg-descr	2017-09-30 19:30:08 UTC (rev 22794)
@@ -1,4 +1,3 @@
 Tie::IxHash is a perl module implementing ordered in-memory associative arrays.
 
-Author: Sarathy <gsar at umich.edu>
-WWW:	http://search.cpan.org/dist/Tie-IxHash/
+WWW: http://search.cpan.org/dist/Tie-IxHash/

Modified: trunk/devel/p5-Tie-IxHash/pkg-plist
===================================================================
--- trunk/devel/p5-Tie-IxHash/pkg-plist	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/p5-Tie-IxHash/pkg-plist	2017-09-30 19:30:08 UTC (rev 22794)
@@ -1,4 +1,2 @@
+%%PERL5_MAN3%%/Tie::IxHash.3.gz
 %%SITE_PERL%%/Tie/IxHash.pm
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/IxHash
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
- at dirrmtry %%SITE_PERL%%/Tie

Modified: trunk/devel/p5-Time-Local/Makefile
===================================================================
--- trunk/devel/p5-Time-Local/Makefile	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/p5-Time-Local/Makefile	2017-09-30 19:30:08 UTC (rev 22794)
@@ -13,8 +13,6 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=		Time::Local.3
-
 .if !defined(NOPORTDOCS)
 PORTDOCS=	Changes
 

Modified: trunk/devel/p5-Time-Local/pkg-plist
===================================================================
--- trunk/devel/p5-Time-Local/pkg-plist	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/p5-Time-Local/pkg-plist	2017-09-30 19:30:08 UTC (rev 22794)
@@ -1,4 +1,2 @@
 %%SITE_PERL%%/Time/Local.pm
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Local
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time
- at dirrmtry %%SITE_PERL%%/Time
+%%PERL5_MAN3%%/Time::Local.3.gz

Modified: trunk/devel/p5-UNIVERSAL-require/Makefile
===================================================================
--- trunk/devel/p5-UNIVERSAL-require/Makefile	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/p5-UNIVERSAL-require/Makefile	2017-09-30 19:30:08 UTC (rev 22794)
@@ -13,6 +13,4 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=		UNIVERSAL::require.3
-
 .include <bsd.port.mk>

Modified: trunk/devel/p5-UNIVERSAL-require/pkg-plist
===================================================================
--- trunk/devel/p5-UNIVERSAL-require/pkg-plist	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/p5-UNIVERSAL-require/pkg-plist	2017-09-30 19:30:08 UTC (rev 22794)
@@ -1,4 +1,2 @@
+%%PERL5_MAN3%%/UNIVERSAL::require.3.gz
 %%SITE_PERL%%/UNIVERSAL/require.pm
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/UNIVERSAL/require
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/UNIVERSAL
- at dirrmtry %%SITE_PERL%%/UNIVERSAL

Modified: trunk/devel/py-astroid/pkg-descr
===================================================================
--- trunk/devel/py-astroid/pkg-descr	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/py-astroid/pkg-descr	2017-09-30 19:30:08 UTC (rev 22794)
@@ -1,6 +1,14 @@
-The aim of this module is to provide a common base representation
-of python source code for projects such as pychecker, pyreverse,
-pylint... Well, actually the development of this library is essentially
-governed by pylint's needs. It used to be called logilab-astng.
+The aim of this module is to provide a common base representation of python
+source code for projects such as pychecker, pyreverse, pylint... Well, actually
+the development of this library is essentially governed by pylint's needs. It
+used to be called logilab-astng.
 
-WWW: https://bitbucket.org/logilab/astroid/
+It provides a compatible representation which comes from the _ast module. It
+rebuilds the tree generated by the builtin _ast module by recursively walking
+down the AST and building an extended ast. The new node classes have additional
+methods and attributes for different usages. They include some support for
+static inference and local name scopes. Furthermore, astroid builds partial
+trees by inspecting living objects.
+
+WWW: https://pypi.python.org/pypi/astroid
+WWW: https://github.com/PyCQA/astroid

Modified: trunk/devel/py-setuptools_scm/Makefile
===================================================================
--- trunk/devel/py-setuptools_scm/Makefile	2017-09-30 18:51:17 UTC (rev 22793)
+++ trunk/devel/py-setuptools_scm/Makefile	2017-09-30 19:30:08 UTC (rev 22794)
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: head/devel/py-setuptools_scm/Makefile 423782 2016-10-11 16:54:50Z wg $
 
 PORTNAME=	setuptools_scm
@@ -6,12 +7,12 @@
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	wg at FreeBSD.org
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Setuptools plugin to manage your versions by scm tags
 
-LICENSE=	MIT
+LICENSE=	mit
 
-USES=		python
+USES?=		python
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list