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

Collapse All | Expand All

(-)./distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (repsnapper/2.3.2a3) = 7c4bc3603401847ce1f15298435c511f76fd74c5d5ae4fc1561c7f378c182fe5
1
TIMESTAMP = 1494166347
2
SIZE (repsnapper/2.3.2a3) = 1344447
2
SHA256 (repsnapper/2.4a3) = f9fd847e28ae481df26d49e9017ebbadbf6395c8d20b846577a5284d1c4d4ff0
3
SIZE (repsnapper/2.4a3) = 888546
(-)./Makefile (-2 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/cad/repsnapper/Makefile 412344 2016-04-01 13:29:15Z mat $
2
# $FreeBSD: head/cad/repsnapper/Makefile 412344 2016-04-01 13:29:15Z mat $
3
3
4
PORTNAME=	repsnapper
4
PORTNAME=	repsnapper
5
PORTVERSION=	2.3.2a3
5
PORTVERSION=	2.4a3
6
PORTREVISION=	6
7
CATEGORIES=	cad
6
CATEGORIES=	cad
8
MASTER_SITES=	https://codeload.github.com/timschmidt/repsnapper/tar.gz/
7
MASTER_SITES=	https://codeload.github.com/timschmidt/repsnapper/tar.gz/
9
DISTNAME=	${PORTVERSION}
8
DISTNAME=	${PORTVERSION}
Lines 19-24 Link Here
19
LIB_DEPENDS=	libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \
18
LIB_DEPENDS=	libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \
20
		libzip.so:archivers/libzip \
19
		libzip.so:archivers/libzip \
21
20
21
BUILD_DEPENDS+= clang40:devel/llvm40
22
CC=             clang40
23
22
USES=		compiler:c++11-lib autoreconf gmake libtool perl5 pkgconfig
24
USES=		compiler:c++11-lib autoreconf gmake libtool perl5 pkgconfig
23
USE_GNOME=	gtkmm24 intltool libxml++26
25
USE_GNOME=	gtkmm24 intltool libxml++26
24
USE_GL=		gl
26
USE_GL=		gl

Return to bug 218522