diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-06 20:59:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-06 20:59:53 +0800 |
commit | 1bf8375f1c6cac8a2bb3b22f36f9a947bfa4e2ff (patch) | |
tree | 101abd2b0f99acad0351e2873e842aea335b3376 /accessibility/gnopernicus | |
parent | 67c66806be25062d9db038cf58b56c9bcc8788c1 (diff) | |
download | freebsd-ports-gnome-1bf8375f1c6cac8a2bb3b22f36f9a947bfa4e2ff.tar.gz freebsd-ports-gnome-1bf8375f1c6cac8a2bb3b22f36f9a947bfa4e2ff.tar.zst freebsd-ports-gnome-1bf8375f1c6cac8a2bb3b22f36f9a947bfa4e2ff.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 'accessibility/gnopernicus')
-rw-r--r-- | accessibility/gnopernicus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index 2b54c4f9ac90..cbbf39c2c11e 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnopernicus PORTVERSION= 1.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= accessibility x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |