devel/uuid,-perl does it this way (>=12), but still,
horrible horrible horrible. does anyone have better ideas?

Index: sysutils/heartbeat/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/heartbeat/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- sysutils/heartbeat/Makefile 18 Sep 2008 13:37:41 -0000      1.4
+++ sysutils/heartbeat/Makefile 19 Nov 2008 00:09:02 -0000
@@ -9,8 +9,8 @@ COMMENT-snmp=   snmp agent for heartbeat
 VERSION=       2.1.2-15
 DISTNAME=      obs-${VERSION}
 PKGNAME=       heartbeat-${VERSION}
-PKGNAME-main=  heartbeat-${VERSION}
-PKGNAME-gui=   heartbeat-gui-${VERSION}
+PKGNAME-main=  heartbeat-${VERSION}p0
+PKGNAME-gui=   heartbeat-gui-${VERSION}p0
 PKGNAME-snmp=  heartbeat-snmp-${VERSION}
 
 EXTRACT_SUFX=   .tar.bz2
@@ -46,7 +46,7 @@ BUILD_DEPENDS=        ${MODGNU_AUTOCONF_DEPENDS
 
 WANTLIB-main=  ${WANTLIB} crypto gcrypt gpg-error idn ncurses ssl
 LIB_DEPENDS-main=${LIB_DEPENDS} \
-               uuid.>=1:e2fs-uuid-*:sysutils/e2fsprogs,-uuid \
+               uuid.>=1,<=10:e2fs-uuid-*:sysutils/e2fsprogs,-uuid \
                gnutls.>=12::security/gnutls \
                lib/libnet-1.0/net:libnet-1.0.*:net/libnet/1.0 \
                bz2.>=10::archivers/bzip2 \
@@ -62,7 +62,7 @@ LIB_DEPENDS-gui=${LIB_DEPENDS} \
                bz2.>=10::archivers/bzip2 \
                gnutls.>=12::security/gnutls \
                ltdl.>=4::devel/libtool,-ltdl \
-               uuid.>=1:e2fs-uuid-*:sysutils/e2fsprogs,-uuid
+               uuid.>=1,<=10:e2fs-uuid-*:sysutils/e2fsprogs,-uuid
 RUN_DEPENDS-gui=${MODPY_RUN_DEPENDS} \
                ::x11/py-gtk2
 
Index: databases/postgresql/Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.118
diff -u -p -r1.118 Makefile
--- databases/postgresql/Makefile       4 Nov 2008 12:56:50 -0000       1.118
+++ databases/postgresql/Makefile       19 Nov 2008 00:09:02 -0000
@@ -10,7 +10,7 @@ DISTNAME=     postgresql-${VERSION}
 PKGNAME-main=  postgresql-client-${VERSION}
 PKGNAME-server=        postgresql-server-${VERSION}
 PKGNAME-docs=  postgresql-docs-${VERSION}
-PKGNAME-contrib=postgresql-contrib-${VERSION}
+PKGNAME-contrib=postgresql-contrib-${VERSION}p0
 
 CATEGORIES=    databases
 SHARED_LIBS=   ecpg            7.0 \
@@ -91,7 +91,7 @@ RUN_DEPENDS-contrib=:postgresql-server-$
 
 LIB_DEPENDS-contrib= pq.>=4:postgresql-client-${VERSION}:databases/postgresql \
                     ${LIB_DEPENDS-main} \
-                    uuid::devel/uuid
+                    uuid.>=12::devel/uuid
 
 WANTLIB-docs=
 PKG_ARCH-docs= *

Reply via email to