On Mon, Mar 30, 2009 at 12:26:01AM -0400, Brynet wrote: > Hi, > > Here is the new version with revision 329 fixed, (bug #118).. version > 0.1.7 unintentionally broke the mouse scroll wheel. > > New features: > * Text selection and copying to clipboard > > I'd like to take over as maintainer for Vlad Glagolev, he apparently > doesn't run OpenBSD on his workstation anymore.. (..he claimed he > doesn't have a workstation at all in his email.) > > This is a little new for me, but I'm pretty sure everything is working > as expected.. I set PKGNAME to patch level 1 because of the changes > ported back from SVN, was that even necessary? > > Note; I don't use the cups flavour, can someone look at that for me? > > -Brynet > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/print/epdfview/Makefile,v > retrieving revision 1.10 > diff -N -u -p Makefile > --- Makefile 12 Mar 2009 18:13:54 -0000 1.10 > +++ Makefile 30 Mar 2009 04:11:35 -0000 > @@ -2,18 +2,18 @@ > > COMMENT= lightweight PDF document viewer > > -DISTNAME= epdfview-0.1.6 > -PKGNAME= ${DISTNAME}p6 > +DISTNAME= epdfview-0.1.7 > +PKGNAME= ${DISTNAME}p1
This is wrong, remove the PKGNAME line, it will default to ${DISTNAME}. No need to bump it for patches coming from upstream svn. Other than that, reads fine, i'll do some testing laterz on sparc64/i386. Landry