Here's a patch, hope this covers it. I think I've done it with a very
naive and stupid approach: by cvs diff-ing from /usr/ports (which of
course took forever). I think make searching for me and piping the
output to diff might have been a lot smarter :-)
-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org
Index: audio/ruby-id3lib/Makefile
===================================================================
RCS file: /cvs/ports/audio/ruby-id3lib/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- audio/ruby-id3lib/Makefile  14 Jun 2008 23:41:31 -0000      1.3
+++ audio/ruby-id3lib/Makefile  18 Jun 2008 23:27:20 -0000
@@ -5,11 +5,11 @@
 COMMENT=       Ruby interface to the id3lib C++ library
 
 VERSION=       0.5.0
-PKGNAME=       ruby-id3lib-${VERSION}p0
+PKGNAME=       ruby-id3lib-${VERSION}p1
 DISTNAME=      id3lib-ruby-${VERSION}
 CATEGORIES=    audio
 
-MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
+MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
 
 # Ruby License
 PERMIT_PACKAGE_CDROM=  Yes
Index: devel/cutils/Makefile
===================================================================
RCS file: /cvs/ports/devel/cutils/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- devel/cutils/Makefile       13 Sep 2007 21:44:27 -0000      1.1.1.1
+++ devel/cutils/Makefile       18 Jun 2008 23:27:28 -0000
@@ -3,11 +3,12 @@
 COMMENT=       collection of utilities for C programmers
 
 DISTNAME=      cutils-1.6
+PKGNAME=       ${DISTNAME}p0
 CATEGORIES=    devel
 
 HOMEPAGE=      http://www.sigala.it/sandro/software.php
 
-MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
+MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
 
 # BSD
 PERMIT_PACKAGE_CDROM=  Yes
Index: devel/ruby-debug/Makefile
===================================================================
RCS file: /cvs/ports/devel/ruby-debug/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/ruby-debug/Makefile   14 Jun 2008 23:46:37 -0000      1.2
+++ devel/ruby-debug/Makefile   18 Jun 2008 23:27:39 -0000
@@ -4,10 +4,10 @@
 
 VERSION=       0.10.0
 DISTNAME=      ruby-debug-${VERSION}
-PKGNAME=       ${DISTNAME}p0
+PKGNAME=       ${DISTNAME}p1
 CATEGORIES=    devel
 
-MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
+MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
 
 # MIT
 PERMIT_PACKAGE_CDROM=  Yes
Index: devel/ruby-debug-base/Makefile
===================================================================
RCS file: /cvs/ports/devel/ruby-debug-base/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/ruby-debug-base/Makefile      14 Jun 2008 23:46:38 -0000      1.2
+++ devel/ruby-debug-base/Makefile      18 Jun 2008 23:27:39 -0000
@@ -5,10 +5,10 @@
 COMMENT=       faster implementation of the standard debug.rb - base
 
 DISTNAME=      ruby-debug-base-0.10.0
-PKGNAME=       ${DISTNAME}p0
+PKGNAME=       ${DISTNAME}p1
 CATEGORIES=    devel
 
-MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
+MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
 
 # MIT
 PERMIT_PACKAGE_CDROM=  Yes
Index: mail/msmtp/Makefile
===================================================================
RCS file: /cvs/ports/mail/msmtp/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- mail/msmtp/Makefile 7 Jan 2008 15:49:27 -0000       1.13
+++ mail/msmtp/Makefile 18 Jun 2008 23:28:00 -0000
@@ -3,12 +3,12 @@
 COMMENT=               SMTP plugin for MUAs
 
 DISTNAME=              msmtp-1.4.13
-PKGNAME=               ${DISTNAME}p0
+PKGNAME=               ${DISTNAME}p1
 CATEGORIES=            mail
 
 HOMEPAGE=              http://msmtp.sourceforge.net/
 
-MAINTAINER=            Paul Irofti <[EMAIL PROTECTED]>
+MAINTAINER=            Paul Irofti <[EMAIL PROTECTED]>
 
 # GPLv3
 PERMIT_PACKAGE_CDROM=  Yes
Index: math/ginac/Makefile
===================================================================
RCS file: /cvs/ports/math/ginac/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- math/ginac/Makefile 1 Dec 2007 13:38:38 -0000       1.1.1.1
+++ math/ginac/Makefile 18 Jun 2008 23:28:05 -0000
@@ -3,13 +3,14 @@
 COMMENT=       GiNaC is Not a Computer Algebra System (CAS)
 
 DISTNAME=      ginac-1.4.1
+PKGNAME=       ${DISTNAME}p0
 SHARED_LIBS=   ginac           0.0 \
                ginac-1.4       0.0
 CATEGORIES=    math
 
 HOMEPAGE=      http://www.ginac.de/
 
-MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
+MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
 
 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
Index: security/ruby-openid/Makefile
===================================================================
RCS file: /cvs/ports/security/ruby-openid/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- security/ruby-openid/Makefile       15 Jun 2008 13:59:36 -0000      1.4
+++ security/ruby-openid/Makefile       18 Jun 2008 23:28:19 -0000
@@ -3,10 +3,10 @@
 COMMENT=       robust library for verifying and serving OpenID identities
 
 DISTNAME=      ruby-openid-2.0.4
-PKGNAME=       ${DISTNAME}p0
+PKGNAME=       ${DISTNAME}p1
 CATEGORIES=    security
 
-MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
+MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
 
 # Apache License
 PERMIT_PACKAGE_CDROM=  Yes
Index: sysutils/ruby-rails-app-installer/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/ruby-rails-app-installer/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- sysutils/ruby-rails-app-installer/Makefile  14 Jun 2008 23:55:46 -0000      
1.2
+++ sysutils/ruby-rails-app-installer/Makefile  18 Jun 2008 23:28:20 -0000
@@ -3,12 +3,12 @@
 COMMENT=       installer for Rails applications
 
 DISTNAME=      rails-app-installer-0.2.0
-PKGNAME=       ruby-${DISTNAME}p0
+PKGNAME=       ruby-${DISTNAME}p1
 CATEGORIES=    sysutils
 
 HOMEPAGE=      http://code.google.com/p/rails-app-installer/
 
-MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
+MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
 
 # MIT but no license in distfile...
 PERMIT_PACKAGE_CDROM=  No
Index: www/ap2-mod_fcgid/Makefile
===================================================================
RCS file: /cvs/ports/www/ap2-mod_fcgid/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- www/ap2-mod_fcgid/Makefile  3 Oct 2007 18:19:47 -0000       1.1.1.1
+++ www/ap2-mod_fcgid/Makefile  18 Jun 2008 23:28:26 -0000
@@ -4,14 +4,14 @@
 
 COMMENT=               binary compatible alternative to Apache mod_fastcgi
 DISTNAME=              mod_fcgid.2.2
-PKGNAME=               ap2-mod_fcgid-2.2
+PKGNAME=               ap2-mod_fcgid-2.2p0
 
 CATEGORIES=            www
 
 HOMEPAGE=              http://fastcgi.coremail.cn/
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=mod-fcgid/}
 
-MAINTAINER=            Paul Irofti <[EMAIL PROTECTED]>
+MAINTAINER=            Paul Irofti <[EMAIL PROTECTED]>
 
 # GPLv2
 PERMIT_PACKAGE_CDROM=  Yes
Index: www/ruby-typo/Makefile
===================================================================
RCS file: /cvs/ports/www/ruby-typo/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/ruby-typo/Makefile      15 Jun 2008 00:01:25 -0000      1.2
+++ www/ruby-typo/Makefile      18 Jun 2008 23:28:30 -0000
@@ -3,11 +3,11 @@
 COMMENT=       weblog system written in Ruby using Ruby on Rails
 
 DISTNAME=      typo-5.0.2
-PKGNAME=       ruby-${DISTNAME}p0
+PKGNAME=       ruby-${DISTNAME}p1
 
 CATEGORIES=    www
 
-MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
+MAINTAINER=    Paul Irofti <[EMAIL PROTECTED]>
 
 # MIT/X Consortium
 PERMIT_PACKAGE_CDROM=  Yes

Reply via email to