diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-30 02:27:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-30 02:27:00 +0000 |
commit | 6377269be378ba678cac8b9355cba6e8aa363a29 (patch) | |
tree | 0682f1980abe06dbcdf9a8ae82099b3504aadb24 /graphics/cairomm | |
parent | b91135cb304a74b9af304d2064eb5fce430a91aa (diff) | |
download | ports-6377269be378ba678cac8b9355cba6e8aa363a29.tar.gz ports-6377269be378ba678cac8b9355cba6e8aa363a29.zip |
Notes
Diffstat (limited to 'graphics/cairomm')
-rw-r--r-- | graphics/cairomm/Makefile | 2 | ||||
-rw-r--r-- | graphics/cairomm/files/patch-cairomm_enums.h | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index d69e32e0544f..650bf36f8c40 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -8,7 +8,7 @@ PORTNAME= cairomm PORTVERSION= 1.4.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ diff --git a/graphics/cairomm/files/patch-cairomm_enums.h b/graphics/cairomm/files/patch-cairomm_enums.h deleted file mode 100644 index 4d0d6ed988d0..000000000000 --- a/graphics/cairomm/files/patch-cairomm_enums.h +++ /dev/null @@ -1,11 +0,0 @@ ---- cairomm/enums.h.orig 2008-03-21 22:42:50.000000000 +0100 -+++ cairomm/enums.h 2008-03-21 22:43:38.000000000 +0100 -@@ -192,7 +192,7 @@ typedef enum - FONT_TYPE_TOY = CAIRO_FONT_TYPE_TOY, - FONT_TYPE_FT = CAIRO_FONT_TYPE_FT, - FONT_TYPE_WIN32 = CAIRO_FONT_TYPE_WIN32, -- FONT_TYPE_ATSUI = CAIRO_FONT_TYPE_ATSUI -+ FONT_TYPE_QUARTZ = CAIRO_FONT_TYPE_QUARTZ - } FontType; - - } // namespace Cairo |