diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-24 03:00:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-24 03:00:55 +0800 |
commit | 56995ee463619476cf57b826c6e0acbd74b01c62 (patch) | |
tree | 18d51970b8ae969a937bde7cb0856f59e723ac8d /devel/libgsf | |
parent | b109cb4350ee432c07a145631a0a80d94a7d823b (diff) | |
download | marcuscom-ports-56995ee463619476cf57b826c6e0acbd74b01c62.tar marcuscom-ports-56995ee463619476cf57b826c6e0acbd74b01c62.tar.gz marcuscom-ports-56995ee463619476cf57b826c6e0acbd74b01c62.tar.bz2 marcuscom-ports-56995ee463619476cf57b826c6e0acbd74b01c62.tar.lz marcuscom-ports-56995ee463619476cf57b826c6e0acbd74b01c62.tar.xz marcuscom-ports-56995ee463619476cf57b826c6e0acbd74b01c62.tar.zst marcuscom-ports-56995ee463619476cf57b826c6e0acbd74b01c62.zip |
Bump PORTREVISION for bzip2 fix since this will require packages built
with the old dependency to be rebuilt.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4296 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgsf')
-rw-r--r-- | devel/libgsf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index c78beb975..e7abc7fbb 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgsf/Makefile,v 1.12 2005/07/01 18:00:50 marcus Exp $ +# $MCom: ports/devel/libgsf/Makefile,v 1.13 2005/07/23 18:59:02 marcus Exp $ # PORTNAME= libgsf PORTVERSION= 1.12.1 +PORTREVISION?= 1 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} |