Index: head/x11-toolkits/ruby-fox/Makefile =================================================================== --- head/x11-toolkits/ruby-fox/Makefile (revision 40087) +++ head/x11-toolkits/ruby-fox/Makefile (revision 40088) @@ -1,55 +1,55 @@ # New ports collection makefile for: FXRuby # Date created: 24 February 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= fox -PORTVERSION= 0.99.161 +PORTVERSION= 0.99.166 CATEGORIES= x11-toolkits ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fxruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= FXRuby-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org #BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/SWIG-devel LIB_DEPENDS= FOX.1:${PORTSDIR}/x11-toolkits/fox \ png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XLIB= yes USE_MESA= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src INSTALL_TARGET= site-install CONFIGURE_ARGS= --with-fox-include="${LOCALBASE}/include/fox" \ --with-fox-lib="${LOCALBASE}/lib" #MAKE_ARGS= LOCAL_LIBS="-lgcc" DOCS_EN= README index.html post-patch: ${RUBY} -i -pe 'sub %r:/usr/X11R6\b:, "${X11BASE}"' ${WRKSRC}/extconf.rb pre-build: # cd ${WRKSRC}/../swig-interfaces; ${MAKE} ${RUBY} -i -pe 'sub %r:^CXXFLAGS *=.*:, "CXXFLAGS = $$(CFLAGS) $$(CPPFLAGS)"' ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/fox ${INSTALL_DATA} ${WRKSRC}/../examples/* ${RUBY_EXAMPLESDIR}/fox/ ${MKDIR} ${RUBY_DOCDIR}/fox .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/../${f} ${RUBY_DOCDIR}/fox/ .endfor .endif .include Property changes on: head/x11-toolkits/ruby-fox/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11-toolkits/ruby-fox/distinfo =================================================================== --- head/x11-toolkits/ruby-fox/distinfo (revision 40087) +++ head/x11-toolkits/ruby-fox/distinfo (revision 40088) @@ -1 +1 @@ -MD5 (ruby/FXRuby-0.99.161.tar.gz) = c5efe1b76f56992deffe687cc64e5481 +MD5 (ruby/FXRuby-0.99.166.tar.gz) = 6948147dac93a09660bb241e6166e569 Property changes on: head/x11-toolkits/ruby-fox/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11-toolkits/ruby-fox-devel/Makefile =================================================================== --- head/x11-toolkits/ruby-fox-devel/Makefile (revision 40087) +++ head/x11-toolkits/ruby-fox-devel/Makefile (revision 40088) @@ -1,55 +1,55 @@ # New ports collection makefile for: FXRuby # Date created: 24 February 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= fox -PORTVERSION= 0.99.161 +PORTVERSION= 0.99.166 CATEGORIES= x11-toolkits ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fxruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= FXRuby-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org #BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/SWIG-devel LIB_DEPENDS= FOX.1:${PORTSDIR}/x11-toolkits/fox \ png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XLIB= yes USE_MESA= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src INSTALL_TARGET= site-install CONFIGURE_ARGS= --with-fox-include="${LOCALBASE}/include/fox" \ --with-fox-lib="${LOCALBASE}/lib" #MAKE_ARGS= LOCAL_LIBS="-lgcc" DOCS_EN= README index.html post-patch: ${RUBY} -i -pe 'sub %r:/usr/X11R6\b:, "${X11BASE}"' ${WRKSRC}/extconf.rb pre-build: # cd ${WRKSRC}/../swig-interfaces; ${MAKE} ${RUBY} -i -pe 'sub %r:^CXXFLAGS *=.*:, "CXXFLAGS = $$(CFLAGS) $$(CPPFLAGS)"' ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/fox ${INSTALL_DATA} ${WRKSRC}/../examples/* ${RUBY_EXAMPLESDIR}/fox/ ${MKDIR} ${RUBY_DOCDIR}/fox .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/../${f} ${RUBY_DOCDIR}/fox/ .endfor .endif .include Property changes on: head/x11-toolkits/ruby-fox-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11-toolkits/ruby-fox-devel/distinfo =================================================================== --- head/x11-toolkits/ruby-fox-devel/distinfo (revision 40087) +++ head/x11-toolkits/ruby-fox-devel/distinfo (revision 40088) @@ -1 +1 @@ -MD5 (ruby/FXRuby-0.99.161.tar.gz) = c5efe1b76f56992deffe687cc64e5481 +MD5 (ruby/FXRuby-0.99.166.tar.gz) = 6948147dac93a09660bb241e6166e569 Property changes on: head/x11-toolkits/ruby-fox-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11-toolkits/ruby-fox10/Makefile =================================================================== --- head/x11-toolkits/ruby-fox10/Makefile (revision 40087) +++ head/x11-toolkits/ruby-fox10/Makefile (revision 40088) @@ -1,55 +1,55 @@ # New ports collection makefile for: FXRuby # Date created: 24 February 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= fox -PORTVERSION= 0.99.161 +PORTVERSION= 0.99.166 CATEGORIES= x11-toolkits ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fxruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= FXRuby-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org #BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/SWIG-devel LIB_DEPENDS= FOX.1:${PORTSDIR}/x11-toolkits/fox \ png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XLIB= yes USE_MESA= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src INSTALL_TARGET= site-install CONFIGURE_ARGS= --with-fox-include="${LOCALBASE}/include/fox" \ --with-fox-lib="${LOCALBASE}/lib" #MAKE_ARGS= LOCAL_LIBS="-lgcc" DOCS_EN= README index.html post-patch: ${RUBY} -i -pe 'sub %r:/usr/X11R6\b:, "${X11BASE}"' ${WRKSRC}/extconf.rb pre-build: # cd ${WRKSRC}/../swig-interfaces; ${MAKE} ${RUBY} -i -pe 'sub %r:^CXXFLAGS *=.*:, "CXXFLAGS = $$(CFLAGS) $$(CPPFLAGS)"' ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/fox ${INSTALL_DATA} ${WRKSRC}/../examples/* ${RUBY_EXAMPLESDIR}/fox/ ${MKDIR} ${RUBY_DOCDIR}/fox .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/../${f} ${RUBY_DOCDIR}/fox/ .endfor .endif .include Property changes on: head/x11-toolkits/ruby-fox10/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11-toolkits/ruby-fox10/distinfo =================================================================== --- head/x11-toolkits/ruby-fox10/distinfo (revision 40087) +++ head/x11-toolkits/ruby-fox10/distinfo (revision 40088) @@ -1 +1 @@ -MD5 (ruby/FXRuby-0.99.161.tar.gz) = c5efe1b76f56992deffe687cc64e5481 +MD5 (ruby/FXRuby-0.99.166.tar.gz) = 6948147dac93a09660bb241e6166e569 Property changes on: head/x11-toolkits/ruby-fox10/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11-toolkits/ruby-fox12/Makefile =================================================================== --- head/x11-toolkits/ruby-fox12/Makefile (revision 40087) +++ head/x11-toolkits/ruby-fox12/Makefile (revision 40088) @@ -1,55 +1,55 @@ # New ports collection makefile for: FXRuby # Date created: 24 February 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= fox -PORTVERSION= 0.99.161 +PORTVERSION= 0.99.166 CATEGORIES= x11-toolkits ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fxruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= FXRuby-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org #BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/SWIG-devel LIB_DEPENDS= FOX.1:${PORTSDIR}/x11-toolkits/fox \ png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XLIB= yes USE_MESA= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src INSTALL_TARGET= site-install CONFIGURE_ARGS= --with-fox-include="${LOCALBASE}/include/fox" \ --with-fox-lib="${LOCALBASE}/lib" #MAKE_ARGS= LOCAL_LIBS="-lgcc" DOCS_EN= README index.html post-patch: ${RUBY} -i -pe 'sub %r:/usr/X11R6\b:, "${X11BASE}"' ${WRKSRC}/extconf.rb pre-build: # cd ${WRKSRC}/../swig-interfaces; ${MAKE} ${RUBY} -i -pe 'sub %r:^CXXFLAGS *=.*:, "CXXFLAGS = $$(CFLAGS) $$(CPPFLAGS)"' ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/fox ${INSTALL_DATA} ${WRKSRC}/../examples/* ${RUBY_EXAMPLESDIR}/fox/ ${MKDIR} ${RUBY_DOCDIR}/fox .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/../${f} ${RUBY_DOCDIR}/fox/ .endfor .endif .include Property changes on: head/x11-toolkits/ruby-fox12/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11-toolkits/ruby-fox12/distinfo =================================================================== --- head/x11-toolkits/ruby-fox12/distinfo (revision 40087) +++ head/x11-toolkits/ruby-fox12/distinfo (revision 40088) @@ -1 +1 @@ -MD5 (ruby/FXRuby-0.99.161.tar.gz) = c5efe1b76f56992deffe687cc64e5481 +MD5 (ruby/FXRuby-0.99.166.tar.gz) = 6948147dac93a09660bb241e6166e569 Property changes on: head/x11-toolkits/ruby-fox12/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property