View | Details | Raw Unified | Return to bug 199802 | Differences between
and this patch

Collapse All | Expand All

(-)devel/etl/Makefile (-4 / +5 lines)
Lines 2-19 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	etl
4
PORTNAME=	etl
5
PORTVERSION=	0.04.17
5
PORTVERSION=	0.04.18
6
PORTREVISION=	1
7
CATEGORIES=	devel lang
6
CATEGORIES=	devel lang
8
MASTER_SITES=	SF/synfig/releases/${SYNFIG_VERSION}/source/
7
MASTER_SITES=	SF/synfig/releases/${SYNFIG_VERSION}/source/
9
DISTNAME=	ETL-${PORTVERSION}
8
DISTNAME=	ETL-${PORTVERSION}
10
9
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	woodsb02@gmail.com
12
COMMENT=	Voria Extended Class and Template Library
11
COMMENT=	Voria Extended Class and Template Library
13
12
13
WRKSRC=		${WRKDIR}/${DISTNAME}-RC5
14
14
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
15
16
16
SYNFIG_VERSION=	0.64.1
17
SYNFIG_VERSION=	1.0
17
18
18
USES=	gmake pathfix pkgconfig
19
USES=	gmake pathfix pkgconfig
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
(-)devel/etl/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ETL-0.04.17.tar.gz) = 3e222c1ad8fd0e3b77b49281342cde0aab0208c8985ec65d72515ff6b88e778e
1
SHA256 (ETL-0.04.18.tar.gz) = a44fa6e6741787b93088aaeacb2e497f323a0516727bac0a7c9c2f770b149a43
2
SIZE (ETL-0.04.17.tar.gz) = 357667
2
SIZE (ETL-0.04.18.tar.gz) = 370721
(-)devel/etl/files/patch-ETL___stringf.h (-1 / +1 lines)
Lines 1-4 Link Here
1
--- ETL/_stringf.h.orig
1
--- ETL/_stringf.h.orig	2015-03-28 15:08:17 UTC
2
+++ ETL/_stringf.h
2
+++ ETL/_stringf.h
3
@@ -57,7 +57,7 @@
3
@@ -57,7 +57,7 @@
4
 
4
 
(-)devel/etl/files/patch-ETL___surface.h (-1 / +1 lines)
Lines 1-4 Link Here
1
--- ETL/_surface.h.orig
1
--- ETL/_surface.h.orig	2015-03-28 10:15:00 UTC
2
+++ ETL/_surface.h
2
+++ ETL/_surface.h
3
@@ -34,6 +34,7 @@
3
@@ -34,6 +34,7 @@
4
 #include "_misc.h"
4
 #include "_misc.h"

Return to bug 199802