diff options
author | pav <pav@FreeBSD.org> | 2007-07-01 18:20:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-01 18:20:07 +0800 |
commit | 0e61e35d8cacf4dbb35a41765fe55c9e6f2de8c1 (patch) | |
tree | 3fc1fa573843704479e36728fa75285e3796dc6f /science/gchempaint | |
parent | 98ba92871dedeaedb467511346ac778660f97894 (diff) | |
download | freebsd-ports-gnome-0e61e35d8cacf4dbb35a41765fe55c9e6f2de8c1.tar.gz freebsd-ports-gnome-0e61e35d8cacf4dbb35a41765fe55c9e6f2de8c1.tar.zst freebsd-ports-gnome-0e61e35d8cacf4dbb35a41765fe55c9e6f2de8c1.zip |
- Update to 0.8.1
Diffstat (limited to 'science/gchempaint')
-rw-r--r-- | science/gchempaint/Makefile | 3 | ||||
-rw-r--r-- | science/gchempaint/distinfo | 6 | ||||
-rw-r--r-- | science/gchempaint/files/patch-goffice-gchempaint.cc | 10 |
3 files changed, 5 insertions, 14 deletions
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 <bsd.port.mk> 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 <libgnomecanvas/gnome-canvas.h> - #include <math.h> - #include <openbabel/mol.h> -+#include <libintl.h> - - gcpGOfficeApplication *app; - |