diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-20 05:36:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-20 05:36:34 +0800 |
commit | de59bf9875d6fa19a30e1d01eb4294bcb3311703 (patch) | |
tree | 9a6671564bb3674aa60e57eebb2a1b4bc6646510 /print | |
parent | 8c61ad0058b81bc04250124366935f2bff5e92b3 (diff) | |
download | marcuscom-ports-de59bf9875d6fa19a30e1d01eb4294bcb3311703.tar.gz marcuscom-ports-de59bf9875d6fa19a30e1d01eb4294bcb3311703.tar.zst marcuscom-ports-de59bf9875d6fa19a30e1d01eb4294bcb3311703.zip |
Bump PORTREVISION to sync with ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8884 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 3 | ||||
-rw-r--r-- | print/gfontview/Makefile | 2 | ||||
-rw-r--r-- | print/gnome-print/Makefile | 4 | ||||
-rw-r--r-- | print/libgnomeprint/Makefile | 4 |
4 files changed, 7 insertions, 6 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index acbf451aa..6265a7889 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -3,11 +3,12 @@ # Whom: jseger@FreeBSD.org # # $FreeBSD$ -# $MCom$ +# $MCom: ports/print/freetype2/Makefile,v 1.8 2007/04/15 02:42:12 marcus Exp $ # PORTNAME= freetype2 PORTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \ diff --git a/print/gfontview/Makefile b/print/gfontview/Makefile index 71d3218c2..937558770 100644 --- a/print/gfontview/Makefile +++ b/print/gfontview/Makefile @@ -8,7 +8,7 @@ PORTNAME= gfontview PORTVERSION= 0.5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 5ace94c2e..0130df26b 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/print/gnome-print/Makefile,v 1.2 2006/09/10 00:51:12 mezz Exp $ +# $MCom: ports/print/gnome-print/Makefile,v 1.4 2007/05/02 23:06:20 mezz Exp $ # PORTNAME= gnome-print PORTVERSION= 0.37 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-print/0.37 diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 52588b35a..64f5442cd 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/print/libgnomeprint/Makefile,v 1.64 2007/03/13 12:57:41 ahze Exp $ +# $MCom: ports/print/libgnomeprint/Makefile,v 1.66 2007/04/26 16:58:59 ahze Exp $ # PORTNAME= libgnomeprint PORTVERSION= 2.18.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |