06.04.2013 5:41 пользователь "Juan Francisco Cantero Hurtado" < [email protected]> написал: > > distinfo is wrong. > > On Fri, Apr 05, 2013 at 11:25:22PM +0400, Vadim Zhukov wrote: > > This updates fonts/ru-ptsans package. Added serif and monospace fonts. > > Also, fixed directory handling and updated my email address. > > > > As an experiment, I used versioned DIST_SUBDIR, this avoiding need > > to extra mirror the distfile. As a bonus, if (when) upstream will > > re-roll file, we'll be notified earlier - for font ports this > > should be good. > > > > okay? > > -- > > WBR, > > Vadim Zhukov > > > > > > [...] > > +DIST_SUBDIR = ${PKGNAME} > > "DIST_SUBDIR" is "ru-ptsans-3.0" but... > > [...] > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/fonts/ru-ptsans/distinfo,v > > retrieving revision 1.1.1.1 > > diff -u -p -r1.1.1.1 distinfo > > --- distinfo 19 Jul 2011 09:14:21 -0000 1.1.1.1 > > +++ distinfo 5 Apr 2013 19:18:48 -0000 > > @@ -1,5 +1,6 @@ > > -MD5 (ptsans-2.0.zip) = mYqzPhTUgi4g5FbIzMDCeQ== > > -RMD160 (ptsans-2.0.zip) = h5fhegX6Nrv/vwwqu2QC9DgivS8= > > -SHA1 (ptsans-2.0.zip) = hmBi+nUYMsEiWGCCtCP544O0fjU= > > -SHA256 (ptsans-2.0.zip) = jVutfymewSkZdnwByh2Vs+FtA+aOQezUMeHVlpJNqkA= > > -SIZE (ptsans-2.0.zip) = 1710534 > > +SHA256 (ptsans-3.0/PTMono.zip) = k8DKHZhz7MfHATH6djqqqiQ0X8i48ZPqIXWwhXgj1Yo= > > +SHA256 (ptsans-3.0/PTSans.zip) = xwtoOrNdKMxlNn9rnvXwTW2DsSF/LnJ2SLuusS3BQOc= > > +SHA256 (ptsans-3.0/PTSerif.zip) = dO7Ihu21iJkBhEjmnPq3Ay3Szo/2mkTBj4in0qe/OyY= > > +SIZE (ptsans-3.0/PTMono.zip) = 175039 > > +SIZE (ptsans-3.0/PTSans.zip) = 1574159 > > +SIZE (ptsans-3.0/PTSerif.zip) = 1004833 > > ...distinfo uses "ptsans-3.0". The update works OK. I use these fonts a > lot.
Yeah, my fault, sorry. First changed DIST_SUBDIR to use DISTNAME, built port, then realized that we really need only PKGNAME, changed DIST_SUBDIR again and forgot to regen distinfo. Anyway, I was asked to follow common scheme and pack own tarball. I also asked upstream if they can start versioning distfiles, so actual update will be delayed until ParaType response. > BTW, do you know if exists a changelog from 2.0 to 3.0?. I can't found > the changes in Google. Numbering is my own. :) The changes I detected are two more fonts, including monospace one, and a few more character sets supported. You could find more details about current fonts status here: http://paratype.com/public/ . No detailed changelog available, either. > -- > Juan Francisco Cantero Hurtado http://juanfra.info >
