diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-06 14:33:40 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-06 14:33:40 +0000 |
commit | a550b67ae01f476ce4efbfc471c46fe9941afeee (patch) | |
tree | 553b3ac0d3eb3f8c1ad9aedc53b56529b94dbea0 /devel/libgsf/Makefile | |
parent | 090059a2104b9f20d6996143c0d726aaf861788d (diff) |
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)
Notes
Notes:
svn path=/head/; revision=214431
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r-- | devel/libgsf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 65b43dacabde..e1960df0f07a 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -8,7 +8,7 @@ PORTNAME= libgsf PORTVERSION= 1.14.8 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= devel MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |