aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-02-16 05:57:32 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-02-16 05:57:32 +0000
commit9a47b56f0a34c6c4fa5589ce3cb16338fc0adf20 (patch)
tree0d41ce3851db40ab67670d67a422b9e8ba60013f /x11
parentf141a013ac4daa1901107fa4876dd0702daaab0f (diff)
downloadports-9a47b56f0a34c6c4fa5589ce3cb16338fc0adf20.tar.gz
ports-9a47b56f0a34c6c4fa5589ce3cb16338fc0adf20.zip
- Update to 3.1
PR: ports/165157 Submitted by: segin2005 at gmail.com
Notes
Notes: svn path=/head/; revision=291520
Diffstat (limited to 'x11')
-rw-r--r--x11/deskpaint/Makefile8
-rw-r--r--x11/deskpaint/distinfo4
-rw-r--r--x11/deskpaint/files/patch-Makefile10
3 files changed, 11 insertions, 11 deletions
diff --git a/x11/deskpaint/Makefile b/x11/deskpaint/Makefile
index 105c3ced9abc..0d580359d59f 100644
--- a/x11/deskpaint/Makefile
+++ b/x11/deskpaint/Makefile
@@ -1,14 +1,14 @@
-# New ports collection makefile for: deskpaint
-# Date created: 18 October 2009
+# Updated ports collection makefile for: deskpaint
+# Date modified: 14 Febuary 2012
# Whom: Kirn Gill <segin2005@gmail.com>
#
# $FreeBSD$
#
PORTNAME= deskpaint
-PORTVERSION= 3
+PORTVERSION= 3.1
CATEGORIES= x11
-MASTER_SITES= http://www.gatorgitter.com/~maties/
+MASTER_SITES= http://www.squidjam.com/matwm/pub/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= sic_zer0@hotmail.com
diff --git a/x11/deskpaint/distinfo b/x11/deskpaint/distinfo
index fd92c8bd4729..9471bcae1d6a 100644
--- a/x11/deskpaint/distinfo
+++ b/x11/deskpaint/distinfo
@@ -1,2 +1,2 @@
-SHA256 (deskpaint3.tar.gz) = 9b05b90fb484bd81cd28602f611a1a51cd3cc4c1c8ae6efed9cc417b2373cff4
-SIZE (deskpaint3.tar.gz) = 5965
+SHA256 (deskpaint3.1.tar.gz) = 74a34f03cdd7bbdc858cafbbb53140a2f255e24a6475ab27855c7f62a06211a1
+SIZE (deskpaint3.1.tar.gz) = 2570
diff --git a/x11/deskpaint/files/patch-Makefile b/x11/deskpaint/files/patch-Makefile
index 132e02735df2..08b458f9af36 100644
--- a/x11/deskpaint/files/patch-Makefile
+++ b/x11/deskpaint/files/patch-Makefile
@@ -1,13 +1,13 @@
---- Makefile.orig 2009-07-21 01:58:52.000000000 -0400
-+++ Makefile 2009-10-18 01:58:42.000000000 -0400
+--- Makefile.orig 2009-10-22 02:19:16.000000000 -0400
++++ Makefile 2012-02-14 19:03:52.000000000 -0500
@@ -1,9 +1,10 @@
-prefix = /usr/local
-XROOT = /usr/X11R6
-CC = cc
-+prefix = ${PREFIX}
-+XROOT = ${LOCALBASE}
++prefix = ${PREFIX}
++XROOT = ${LOCALBASE}
- CFLAGS += -lXext -lX11 -I$(XROOT)/include -L$(XROOT)/lib
+ CFLAGS += -lX11 -I$(XROOT)/include -L$(XROOT)/lib
all:
$(CC) $(CFLAGS) *.c -o deskpaint