Revision 594

Date:
2016/10/12 18:45:28
Author:
ahitrov
Revision Log:
Port versions and dependencies

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/ports/all/DBD-Pg/GNUmakefile

     
    10 10 PORTVERSION = 1.32
    11 11 elif (${shell perl -e 'print 1 if ${PERL_LEVEL}<501000'},1)
    12 12 PORTVERSION = 2.11.8
    13 elif (${shell perl -e 'print 1 if ${PERL_LEVEL}<501400'},1)
    14 PORTVERSION = 2.19.3
    13 15 else
    14 PORTVERSION = 2.19.3
    16 PORTVERSION = 3.5.3
    15 17 endif
    16 18
    17 19 PERL_MAKEMAKER = yes
  • utf8/core/ports/all/ExtUtils-MakeMaker/GNUmakefile

     
    2 2 #
    3 3 ###############################################################################
    4 4
    5 PORTVERSION = 6.62
    5 PORTVERSION = 6.64
    6 6 PERL_MAKEMAKER = yes
    7 7 MASTER_CPAN_SUBDIR = ExtUtils
    8 8
  • utf8/core/ports/all/libnet/GNUmakefile

     
    8 8 INSTALL_PRECMD = ${MAKE_RECURSIVE} pre-install
    9 9 MASTER_CPAN_SUBDIR = Net
    10 10
    11 PORT_DEPENDS = MIME-Base64
    11 PORT_DEPENDS = MIME-Base64 \
    12 ExtUtils-MakeMaker
    12 13
    13
    14 14 pre-install:
    15 15
    16 16 @cd ${WRKSRC} \