Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2013 22:40:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/177719: commit references a PR
Message-ID:  <201305012240.r41Me1uU036256@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177719; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177719: commit references a PR
Date: Wed,  1 May 2013 22:36:04 +0000 (UTC)

 Author: rakuco
 Date: Wed May  1 22:35:50 2013
 New Revision: 317056
 URL: http://svnweb.freebsd.org/changeset/ports/317056
 
 Log:
   Update to 2.0.9.
   
   - Improved typemap matching.
   - Ruby 1.9 support is much improved.
   - Various bug fixes and minor improvements in C#, CFFI, Go, Java, Modula3,
     Octave, Perl, Python, R, Ruby, Tcl and in ccache-swig.
   
   PR:		ports/177719
   Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)
 
 Modified:
   head/devel/swig20/Makefile
   head/devel/swig20/distinfo
   head/devel/swig20/pkg-plist
 
 Modified: head/devel/swig20/Makefile
 ==============================================================================
 --- head/devel/swig20/Makefile	Wed May  1 22:29:39 2013	(r317055)
 +++ head/devel/swig20/Makefile	Wed May  1 22:35:50 2013	(r317056)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	swig
 -PORTVERSION=	2.0.8
 -PORTREVISION=	1
 +PORTVERSION=	2.0.9
  CATEGORIES=	devel
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
  
 
 Modified: head/devel/swig20/distinfo
 ==============================================================================
 --- head/devel/swig20/distinfo	Wed May  1 22:29:39 2013	(r317055)
 +++ head/devel/swig20/distinfo	Wed May  1 22:35:50 2013	(r317056)
 @@ -1,2 +1,2 @@
 -SHA256 (swig-2.0.8.tar.gz) = aeeefa20bbe1c03bacf23f0af9e7d6193e8b807b7585470615b71b1ee0c8ca4f
 -SIZE (swig-2.0.8.tar.gz) = 5291361
 +SHA256 (swig-2.0.9.tar.gz) = 586954000d297fafd7e91d1ad31089cc7e249f658889d11a44605d3662569539
 +SIZE (swig-2.0.9.tar.gz) = 5307341
 
 Modified: head/devel/swig20/pkg-plist
 ==============================================================================
 --- head/devel/swig20/pkg-plist	Wed May  1 22:29:39 2013	(r317055)
 +++ head/devel/swig20/pkg-plist	Wed May  1 22:35:50 2013	(r317056)
 @@ -88,6 +88,21 @@ bin/swig2.0
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/res/layout/main.xml
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/res/values/strings.xml
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/src/org/swig/classexample/SwigClass.java
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/AndroidManifest.xml
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/Makefile
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/ant.properties
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/build.xml
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/jni/Android.mk
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/jni/Application.mk
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/jni/example.cpp
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/jni/example.h
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/jni/example.i
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/local.properties
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/proguard.cfg
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/project.properties
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/res/layout/main.xml
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/res/values/strings.xml
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/src/org/swig/extendexample/SwigExtend.java
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/AndroidManifest.xml
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/Makefile
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/ant.properties
 @@ -1497,6 +1512,7 @@ bin/swig2.0
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_lib_arrays.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_prepost.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_typemaps.i
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/curiously_recurring_template_pattern.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/Makefile
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/Makefile.in
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/d/README
 @@ -1620,6 +1636,7 @@ bin/swig2.0
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_nested.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_nspace.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_overload.i
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_overload2.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_primitives.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_profile.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_protected.i
 @@ -1671,6 +1688,7 @@ bin/swig2.0
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_inherit.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_inline_namespace.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_macro_locator.i
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_missing_rparenthesis.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_missing_rtemplate.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_alias.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_aliasnot.i
 @@ -1740,6 +1758,7 @@ bin/swig2.0
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_constructor_destructor.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_default.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_placement.i
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_special_variables.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_template.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_template_ns.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_typedef_class.i
 @@ -1985,6 +2004,7 @@ bin/swig2.0
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/char_binary_runme.java
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/char_strings_runme.java
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/cpp_typedef_runme.java
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/curiously_recurring_template_pattern_runme.java
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/default_args_runme.java
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/default_constructor_runme.java
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_abstract_runme.java
 @@ -2012,6 +2032,7 @@ bin/swig2.0
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_typeunsafe_runme.java
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extend_constructor_destructor_runme.java
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extend_default_runme.java
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extend_special_variables_runme.java
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extend_typedef_class_runme.java
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extern_declaration_runme.java
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/friends_runme.java
 @@ -2696,6 +2717,7 @@ bin/swig2.0
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/grouping_runme.py
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/hugemod.pl
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/iadd_runme.py
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/implicittest_runme.py
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/import_nomodule_runme.py
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/import_stl_runme.py
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/imports_runme.py
 @@ -3239,6 +3261,7 @@ bin/swig2.0
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_struct.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_arrays.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_delete.i
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_directorout.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_global_scope.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_manyargs.i
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_namespace.i
 @@ -3926,7 +3949,7 @@ bin/swig2.0
  @dirrm %%DATADIR%%/%%PORTVERSION%%/cffi
  @dirrm %%DATADIR%%/%%PORTVERSION%%/allegrocl
  @dirrm %%DATADIR%%/%%PORTVERSION%%
 -@dirrmtry %%DATADIR%%
 +@dirrm %%DATADIR%%
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/xml
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/uffi
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2
 @@ -4224,6 +4247,15 @@ bin/swig2.0
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/libs
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/jni
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/src/org/swig/extendexample
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/src/org/swig
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/src/org
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/src
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/res/values
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/res/layout
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/res
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend/jni
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/extend
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/src/org/swig/classexample
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/src/org/swig
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class/src/org
 @@ -4235,9 +4267,9 @@ bin/swig2.0
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android/class
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/android
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%
 -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
  %%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%/Manual
  %%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%/Devel
  %%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%
 -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
 +%%PORTDOCS%%@dirrm %%DOCSDIR%%
  %%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/%%PORTVERSION%%/android/simple/libs
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305012240.r41Me1uU036256>