aboutsummaryrefslogtreecommitdiff
path: root/science/gchempaint
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-07 17:00:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-07 17:00:30 +0000
commite2a4e638fa9951cde52acf3b771b9c5178f31674 (patch)
tree41e1963f876a056bfe02035ea503f2cfd02cb770 /science/gchempaint
parentb6d8e86c79222c04fa16e5224104bf935cffa8f3 (diff)
downloadports-e2a4e638fa9951cde52acf3b771b9c5178f31674.tar.gz
ports-e2a4e638fa9951cde52acf3b771b9c5178f31674.zip
Notes
Diffstat (limited to 'science/gchempaint')
-rw-r--r--science/gchempaint/Makefile3
-rw-r--r--science/gchempaint/distinfo4
-rw-r--r--science/gchempaint/files/patch-help_Makefile.in11
-rw-r--r--science/gchempaint/files/patch-plugin.cc10
4 files changed, 3 insertions, 25 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile
index b2bdc0627b8b..7f0ab15f9a18 100644
--- a/science/gchempaint/Makefile
+++ b/science/gchempaint/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= gchempaint
-PORTVERSION= 0.6.0
-PORTREVISION= 1
+PORTVERSION= 0.6.1
CATEGORIES= science
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/science/gchempaint/distinfo b/science/gchempaint/distinfo
index e1bd7d8ed0d7..c760ed9eacd0 100644
--- a/science/gchempaint/distinfo
+++ b/science/gchempaint/distinfo
@@ -1,2 +1,2 @@
-MD5 (gchempaint-0.6.0.tar.bz2) = d7996af2eda5ee2d1c45850742659d2a
-SIZE (gchempaint-0.6.0.tar.bz2) = 897779
+MD5 (gchempaint-0.6.1.tar.bz2) = 3ee203a9e4f5516fc8724f7c02090a2c
+SIZE (gchempaint-0.6.1.tar.bz2) = 900233
diff --git a/science/gchempaint/files/patch-help_Makefile.in b/science/gchempaint/files/patch-help_Makefile.in
deleted file mode 100644
index 1b9f2bb6f91c..000000000000
--- a/science/gchempaint/files/patch-help_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- help/Makefile.in.orig Wed Jul 27 02:50:59 2005
-+++ help/Makefile.in Wed Jul 27 02:51:22 2005
-@@ -972,7 +972,7 @@
- else \
- figfile="$(srcdir)/C/$$fig"; \
- fi; \
-- figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*\|.*/\1/'`; \
-+ figdir="$$lc/"`echo $$fig | sed -E -e 's/^(.*\/).*|.*/\1/'`; \
- figdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$figdir"; \
- if ! test -d "$$figdir"; then \
- echo "$(mkinstalldirs) $$figdir"; \
diff --git a/science/gchempaint/files/patch-plugin.cc b/science/gchempaint/files/patch-plugin.cc
deleted file mode 100644
index 67de4fba0bcb..000000000000
--- a/science/gchempaint/files/patch-plugin.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugins/templates/plugin.cc.orig Mon Aug 15 12:43:14 2005
-+++ plugins/templates/plugin.cc Mon Sep 19 14:20:05 2005
-@@ -29,7 +29,6 @@
- #include "lib/application.h"
- #include "templatetool.h"
- #include "templatetree.h"
--#include <mcheck.h>
- #include <sys/stat.h>
-
- gcpTemplatesPlugin plugin;