From 0e61e35d8cacf4dbb35a41765fe55c9e6f2de8c1 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 1 Jul 2007 10:20:07 +0000 Subject: - Update to 0.8.1 --- science/gchempaint/Makefile | 3 ++- science/gchempaint/distinfo | 6 +++--- science/gchempaint/files/patch-goffice-gchempaint.cc | 10 ---------- 3 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 science/gchempaint/files/patch-goffice-gchempaint.cc (limited to 'science/gchempaint') diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index 4afede99454e..d8b9d65d1461 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= gchempaint -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/0.8 @@ -31,5 +31,6 @@ CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help --with-omf-dir=${PREF post-patch: @${REINPLACE_CMD} -e 's|-release $$(VERSION)|-version @GCP_VERSION_INFO@|' \ ${WRKSRC}/lib/Makefile.in ${WRKSRC}/libgcpcanvas/Makefile.in + @${REINPLACE_CMD} -e 's,GNOME|Applications|Education,Applications|Education,' ${WRKSRC}/help/gchempaint.omf.in .include diff --git a/science/gchempaint/distinfo b/science/gchempaint/distinfo index 946775f8d48f..7f1a6ef52fdb 100644 --- a/science/gchempaint/distinfo +++ b/science/gchempaint/distinfo @@ -1,3 +1,3 @@ -MD5 (gchempaint-0.8.0.tar.bz2) = 8ddac8bf752e927197b42f91b3d2e24a -SHA256 (gchempaint-0.8.0.tar.bz2) = 2422e0781dc3fc63787c7b3fe281c75381887e0087279f2ec8ce0ab0b3ac34d4 -SIZE (gchempaint-0.8.0.tar.bz2) = 1355062 +MD5 (gchempaint-0.8.1.tar.bz2) = 47e23cb2935b967a7913ed4b1f5ca5ed +SHA256 (gchempaint-0.8.1.tar.bz2) = 76043e0174ecfb0ec6419cb658361133257ec4478455bcb15b8b1e411af07e4d +SIZE (gchempaint-0.8.1.tar.bz2) = 1354236 diff --git a/science/gchempaint/files/patch-goffice-gchempaint.cc b/science/gchempaint/files/patch-goffice-gchempaint.cc deleted file mode 100644 index 9c8db643f024..000000000000 --- a/science/gchempaint/files/patch-goffice-gchempaint.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- goffice/gchempaint.cc.orig Mon May 7 18:27:11 2007 -+++ goffice/gchempaint.cc Mon May 21 19:17:04 2007 -@@ -31,6 +31,7 @@ - #include - #include - #include -+#include - - gcpGOfficeApplication *app; - -- cgit