On Sunday, January 8, 2012 02:02 CET, Jiri B <ji...@devio.us> wrote: > On Sat, Jan 07, 2012 at 07:25:06PM -0500, Jiri B wrote: > > Diff to trollop in the end of the mail. > > Updated, I removed useless release-script.txt which has > nothing to do with the port itself. > > make regress for trollop is OK.
update looks OK to me, tested on macppc, regress says 0 failures, 0 errors, but output looks a bit weird: ===> Regression check for ruby-trollop-1.16.2 Loaded suite test/test_trollop Started ..............................................Error: argument --potato is invalid. Try --help for help. .Options: --potato, -p: --help, -h: Show this message ..1.2 .................. Finished in 0.350746 seconds. 67 tests, 429 assertions, 0 failures, 0 errors Don't know if this is how its supposed to be? Sebastian > > jirib > > > Index: Makefile > =================================================================== > RCS file: /data/cvsroot/OpenBSD/ports/devel/ruby-trollop/Makefile,v > retrieving revision 1.8 > diff -u -r1.8 Makefile > --- Makefile 16 Sep 2011 09:24:58 -0000 1.8 > +++ Makefile 8 Jan 2012 00:55:47 -0000 > @@ -2,8 +2,7 @@ > > COMMENT = Ruby commandline parsing library > > -DISTNAME = trollop-1.15 > -REVISION = 4 > +DISTNAME = trollop-1.16.2 > > CATEGORIES = devel > > @@ -18,6 +17,9 @@ > CONFIGURE_STYLE = ruby gem > > REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} > + > +post-install: > + rm -f ${PREFIX}/${GEM_LIB}/gems/${DISTNAME}/release-script.txt > > do-regress: > @cd ${WRKBUILD} && ${RUBY} -rubygems test/test_trollop.rb > Index: distinfo > =================================================================== > RCS file: /data/cvsroot/OpenBSD/ports/devel/ruby-trollop/distinfo,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 distinfo > --- distinfo 22 Nov 2009 04:21:33 -0000 1.1.1.1 > +++ distinfo 8 Jan 2012 00:46:27 -0000 > @@ -1,5 +1,5 @@ > -MD5 (trollop-1.15.gem) = NZNHd1/zFm6xPsgDY61noQ== > -RMD160 (trollop-1.15.gem) = mY0B8O42kFnpOpI9u0x7WZgvH8k= > -SHA1 (trollop-1.15.gem) = KRpEXvFOJOaR5tx/AGxzUrYyuC0= > -SHA256 (trollop-1.15.gem) = E7ZH3VG+Wi/G58BJcDThf2n7sLxccVxSILV2e7tJrXc= > -SIZE (trollop-1.15.gem) = 20992 > +MD5 (trollop-1.16.2.gem) = jnBgdI1JZHzZdg6Z7XRfvA== > +RMD160 (trollop-1.16.2.gem) = iUfN00EpMCRee3mz+kucl9bhMM8= > +SHA1 (trollop-1.16.2.gem) = wavoymBCSj0A1t0XZWVslC1A8QY= > +SHA256 (trollop-1.16.2.gem) = j5ZHmFHOfFtsM9zOLtE9NOV4bysiveTmgMYI3kC6OTs= > +SIZE (trollop-1.16.2.gem) = 22016 > Index: pkg/PLIST > =================================================================== > RCS file: /data/cvsroot/OpenBSD/ports/devel/ruby-trollop/pkg/PLIST,v > retrieving revision 1.2 > diff -u -r1.2 PLIST > --- pkg/PLIST 8 Nov 2010 23:24:41 -0000 1.2 > +++ pkg/PLIST 8 Jan 2012 00:56:12 -0000 > @@ -1,11 +1,9 @@ > -@comment $OpenBSD: PLIST,v 1.2 2010/11/08 23:24:41 jeremy Exp $ > +@comment $OpenBSD$ > ${GEM_LIB}/cache/${DISTNAME}.gem > ${GEM_LIB}/gems/${DISTNAME}/ > ${GEM_LIB}/gems/${DISTNAME}/FAQ.txt > ${GEM_LIB}/gems/${DISTNAME}/History.txt > -${GEM_LIB}/gems/${DISTNAME}/Manifest.txt > ${GEM_LIB}/gems/${DISTNAME}/README.txt > -${GEM_LIB}/gems/${DISTNAME}/Rakefile > ${GEM_LIB}/gems/${DISTNAME}/lib/ > ${GEM_LIB}/gems/${DISTNAME}/lib/trollop.rb > ${GEM_LIB}/gems/${DISTNAME}/test/ >