diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-06 22:33:40 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-06 22:33:40 +0800 |
commit | a550b67ae01f476ce4efbfc471c46fe9941afeee (patch) | |
tree | 553b3ac0d3eb3f8c1ad9aedc53b56529b94dbea0 /emulators | |
parent | 090059a2104b9f20d6996143c0d726aaf861788d (diff) | |
download | freebsd-ports-gnome-a550b67ae01f476ce4efbfc471c46fe9941afeee.tar.gz freebsd-ports-gnome-a550b67ae01f476ce4efbfc471c46fe9941afeee.tar.zst freebsd-ports-gnome-a550b67ae01f476ce4efbfc471c46fe9941afeee.zip |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware-guestd5/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 003c3d937a8d..74833cd0c1b4 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -7,7 +7,7 @@ PORTNAME= vmware PORTVERSION= ${VMWARE_VER}.${BUILD_VER} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= emulators kld MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -guestd diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index 39f7ee129332..cda480661623 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -7,7 +7,7 @@ PORTNAME= vmware PORTVERSION= ${VMWARE_VER}.${BUILD_VER} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= emulators kld MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -guestd |