svn commit: r363459 - in head/graphics/p5-Imager: . files
Kurt Jaeger
pi at FreeBSD.org
Wed Jul 30 10:49:43 UTC 2014
Author: pi
Date: Wed Jul 30 10:49:41 2014
New Revision: 363459
URL: http://svnweb.freebsd.org/changeset/ports/363459
QAT: https://qat.redports.org/buildarchive/r363459/
Log:
graphics/p5-Imager: 0.98 -> 1.000
http://cpansearch.perl.org/src/TONYC/Imager-1.000/Changes
"There's nothing special about Imager 1.000, it's just another release."
Added:
head/graphics/p5-Imager/files/
head/graphics/p5-Imager/files/patch-fontft1.c (contents, props changed)
Modified:
head/graphics/p5-Imager/Makefile
head/graphics/p5-Imager/distinfo
Modified: head/graphics/p5-Imager/Makefile
==============================================================================
--- head/graphics/p5-Imager/Makefile Wed Jul 30 10:44:13 2014 (r363458)
+++ head/graphics/p5-Imager/Makefile Wed Jul 30 10:49:41 2014 (r363459)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Imager
-PORTVERSION= 0.98
-PORTREVISION= 1
+PORTVERSION= 1.000
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: head/graphics/p5-Imager/distinfo
==============================================================================
--- head/graphics/p5-Imager/distinfo Wed Jul 30 10:44:13 2014 (r363458)
+++ head/graphics/p5-Imager/distinfo Wed Jul 30 10:49:41 2014 (r363459)
@@ -1,2 +1,2 @@
-SHA256 (Imager-0.98.tar.gz) = 64fe0c258d04a4aaba31ee4fbb3171210ce430c11f36d3bc67b1bf4498280581
-SIZE (Imager-0.98.tar.gz) = 1196314
+SHA256 (Imager-1.000.tar.gz) = 8bb5dd929573aad5b753832817aa04fb25be3bdeef28d62c9c21256f60986800
+SIZE (Imager-1.000.tar.gz) = 1214686
Added: head/graphics/p5-Imager/files/patch-fontft1.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/p5-Imager/files/patch-fontft1.c Wed Jul 30 10:49:41 2014 (r363459)
@@ -0,0 +1,12 @@
+--- fontft1.c-orig 2014-07-30 12:45:44.000000000 +0200
++++ fontft1.c 2014-07-30 12:46:05.000000000 +0200
+@@ -46,6 +46,9 @@
+
+ We need a compilation probe in Makefile.PL
+ */
++#include <ft2build.h>
++#include FT_FREETYPE_H
++
+ #define FTXPOST 1
+ #define FTXERR18 1
+
More information about the svn-ports-all
mailing list