View | Details | Raw Unified | Return to bug 221153
Collapse All | Expand All

(-)graphics/xournal/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/graphics/xournal/Makefile 430778 2017-01-07 10:42:51Z olivierd $
2
# $FreeBSD: head/graphics/xournal/Makefile 430778 2017-01-07 10:42:51Z olivierd $
3
3
4
PORTNAME=	xournal
4
PORTNAME=	xournal
5
PORTVERSION=	0.4.8
5
PORTVERSION=	0.4.8.2016
6
PORTREVISION=	6
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
MASTER_SITES=	SF
7
MASTER_SITES=	SF
9
8
(-)graphics/xournal/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xournal-0.4.8.tar.gz) = 233887a38136452dcb4652c35d08366fc7355f57ed46753db83e3e0f3193ef30
1
SHA256 (xournal-0.4.8.2016.tar.gz) = b25898dbd7a149507f37a16769202d69fbebd4a000d766923bbd32c5c7462826
2
SIZE (xournal-0.4.8.tar.gz) = 641240
2
SIZE (xournal-0.4.8.2016.tar.gz) = 646082
(-)graphics/xournal/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2017-07-20 18:30:25.000000000 +0000
2
+++ configure	2017-08-01 14:05:24.637135000 +0000
3
@@ -5605,6 +5605,8 @@
4
 case "$host" in
5
  *-*-linux*)
6
    os_linux=yes;;
7
+ *-*-freebsd*)
8
+   os_linux=yes;;
9
  *)
10
    os_linux=no;;
11
 esac

Return to bug 221153