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

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	igal2
4
PORTNAME=	igal2
5
PORTVERSION=	2.1
5
PORTVERSION=	2.2
6
CATEGORIES=	www graphics
6
CATEGORIES=	www graphics
7
MASTER_SITES=	http://igal.trexler.at/
7
MASTER_SITES=	http://igal.trexler.at/
8
8
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (igal2-2.1.tar.gz) = f2d457a24bed30a93cab17ab4f304591ec3d2d0d0254efa7c3904c345c671be3
1
TIMESTAMP = 1471181539
2
SIZE (igal2-2.1.tar.gz) = 28243
2
SHA256 (igal2-2.2.tar.gz) = e945f830be765e3b826ad3468edd2e58b1a405b3f2fe785b1bdd689394eb0d62
3
SIZE (igal2-2.2.tar.gz) = 28458
(-)files/patch-Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	2014-02-14 12:27:23.000000000 +0100
1
--- Makefile.orig	2008-11-16 21:00:00 UTC
2
+++ Makefile	2014-02-14 12:27:48.000000000 +0100
2
+++ Makefile
3
@@ -1,11 +1,11 @@
3
@@ -1,11 +1,11 @@
4
 ############################################################################
4
 ############################################################################
5
 # if you change this, please also modify the value at the top of igal code
5
 # if you change this, please also modify the value at the top of igal code
Lines 16-22 Link Here
16
 
16
 
17
 OLDLIBDIR=$(DESTDIR)/lib/igal
17
 OLDLIBDIR=$(DESTDIR)/lib/igal
18
 
18
 
19
@@ -24,7 +24,6 @@
19
@@ -24,7 +24,6 @@ old-clean::
20
 install:: igal2
20
 install:: igal2
21
 	install -d $(BINDIR)
21
 	install -d $(BINDIR)
22
 	install -m 0755 igal2 $(BINDIR)
22
 	install -m 0755 igal2 $(BINDIR)

Return to bug 211838