diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-08 20:18:28 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-08 20:18:28 +0000 |
commit | dbe13429b08eacfa27b0a0882e10836c87d4a618 (patch) | |
tree | 914825bcb5807c0e6b474b3096e8501f4750fb49 | |
parent | 73d8453ad11a302e4a0b60b47e46068a850b325f (diff) | |
download | ports-dbe13429b08eacfa27b0a0882e10836c87d4a618.tar.gz ports-dbe13429b08eacfa27b0a0882e10836c87d4a618.zip |
- Update to version 0.0.7.
- Remove signature from pkg-descr.
Notes
Notes:
svn path=/head/; revision=176856
-rw-r--r-- | games/tuxpaint-config/Makefile | 2 | ||||
-rw-r--r-- | games/tuxpaint-config/distinfo | 6 | ||||
-rw-r--r-- | games/tuxpaint-config/files/patch-Makefile | 28 | ||||
-rw-r--r-- | games/tuxpaint-config/pkg-descr | 3 |
4 files changed, 18 insertions, 21 deletions
diff --git a/games/tuxpaint-config/Makefile b/games/tuxpaint-config/Makefile index 9f43857b6470..6b5aca6877aa 100644 --- a/games/tuxpaint-config/Makefile +++ b/games/tuxpaint-config/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tuxpaint-config -PORTVERSION= 0.0.6 +PORTVERSION= 0.0.7 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tuxpaint diff --git a/games/tuxpaint-config/distinfo b/games/tuxpaint-config/distinfo index baffe8694d81..2005bf719e12 100644 --- a/games/tuxpaint-config/distinfo +++ b/games/tuxpaint-config/distinfo @@ -1,3 +1,3 @@ -MD5 (tuxpaint-config-0.0.6.tar.gz) = 48a72d0c7796c894ccd283498aa751d4 -SHA256 (tuxpaint-config-0.0.6.tar.gz) = a454aa50b91afb336f5af4eb7367b8bb455f6bbb21ee29a307706e40872e8f65 -SIZE (tuxpaint-config-0.0.6.tar.gz) = 81107 +MD5 (tuxpaint-config-0.0.7.tar.gz) = e3d024b0a26306fd8a31d1c5e3129764 +SHA256 (tuxpaint-config-0.0.7.tar.gz) = 6724f4cf80666baa2994bfc6594afc5e38e85b9990f2839d81c4a46b660534f5 +SIZE (tuxpaint-config-0.0.7.tar.gz) = 83004 diff --git a/games/tuxpaint-config/files/patch-Makefile b/games/tuxpaint-config/files/patch-Makefile index a91594dab55b..1c78b5d8243b 100644 --- a/games/tuxpaint-config/files/patch-Makefile +++ b/games/tuxpaint-config/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Fri Nov 25 21:55:46 2005 -+++ Makefile Mon Nov 28 19:07:02 2005 -@@ -18,7 +18,6 @@ +--- ./Makefile.orig Thu Oct 19 04:42:09 2006 ++++ ./Makefile Mon Nov 6 16:05:08 2006 +@@ -19,7 +19,6 @@ # Where to install things: @@ -8,7 +8,7 @@ # Program: -@@ -35,7 +34,7 @@ +@@ -36,7 +35,7 @@ # Docs and man page: DOC_PREFIX=$(PREFIX)/share/doc/tuxpaint-config/ @@ -18,15 +18,15 @@ # Tux Paint's 'System-wide' Config file: @@ -74,7 +73,7 @@ + FLTK_LIBS=`fltk-config --ldstaticflags` - # The entire set of CFLAGS: + # Default CFLAGS: +-CFLAGS=-O2 -Wall ++CFLAGS+=-O2 -Wall --CFLAGS=-O2 -Wall $(FLTK_CFLAGS) -DDATA_PREFIX=\"$(DATA_PREFIX)\" \ -+CFLAGS+= -Wall $(FLTK_CFLAGS) -DDATA_PREFIX=\"$(DATA_PREFIX)\" \ - -D$(NOSOUNDFLAG) -DDOC_PREFIX=\"$(DOC_PREFIX)\" \ - -DLOCALEDIR=\"$(LOCALE_PREFIX)\" -DCONFDIR=\"$(CONFDIR)\" \ - -DVER_VERSION=\"$(VER_VERSION)\" -DVER_DATE=\"$(VER_DATE)\" -@@ -140,8 +139,7 @@ + # The entire set of CFLAGS: + ALL_CFLAGS=$(CFLAGS) $(FLTK_CFLAGS) -DDATA_PREFIX=\"$(DATA_PREFIX)\" \ +@@ -143,8 +142,7 @@ # to do this as superuser ("root")) install: install-bin install-data install-man install-doc \ @@ -36,7 +36,7 @@ @echo @echo "All done! Now (preferably NOT as 'root' superuser)," @echo "you can type the command 'tuxpaint-config' to run the" -@@ -230,9 +228,6 @@ +@@ -233,9 +231,6 @@ install -d $(ICON_PREFIX) cp data/images/icon.png $(ICON_PREFIX)tuxpaint-config.png chmod 644 $(ICON_PREFIX)tuxpaint-config.png @@ -46,9 +46,9 @@ # Install the program: -@@ -296,7 +291,7 @@ +@@ -299,7 +294,7 @@ obj/defaults.o $(ARCH_LIBS) - $(CXX) $(CFLAGS) -o tuxpaint-config obj/tuxpaint-config.o \ + $(CXX) $(ALL_CFLAGS) -o tuxpaint-config obj/tuxpaint-config.o \ obj/tuxpaint-config2.o obj/defaults.o $(ARCH_LIBS) \ - $(FLTK_LIBS) $(ARCH_LINKS) + $(FLTK_LIBS) $(ARCH_LINKS) -lintl diff --git a/games/tuxpaint-config/pkg-descr b/games/tuxpaint-config/pkg-descr index 78c035df03fd..3bdcdbe781bd 100644 --- a/games/tuxpaint-config/pkg-descr +++ b/games/tuxpaint-config/pkg-descr @@ -5,6 +5,3 @@ It provides a blank canvas and a variety of drawing tools to help your child be creative. WWW: http://www.newbreedsoftware.com/tuxpaint/ - -- Alejandro Pulver -alejandro@varnet.biz |