aboutsummaryrefslogtreecommitdiff
path: root/textproc/jade
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-04-29 06:03:34 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-04-29 06:03:34 +0000
commit0b316bdb798f3b2e8c894f23b4eb8fcc79d598b3 (patch)
tree09d9d1fc584edc039e021b1510c0d25500923a45 /textproc/jade
parentc18766798f8535e1e428c3849ede061460a58f5b (diff)
downloadports-0b316bdb798f3b2e8c894f23b4eb8fcc79d598b3.tar.gz
ports-0b316bdb798f3b2e8c894f23b4eb8fcc79d598b3.zip
Update to new patch from Debian ($PORTREVISION++).
Submitted by: MAR
Notes
Notes: svn path=/head/; revision=42022
Diffstat (limited to 'textproc/jade')
-rw-r--r--textproc/jade/Makefile5
-rw-r--r--textproc/jade/distinfo2
-rw-r--r--textproc/jade/files/patch-assert.cxx11
3 files changed, 15 insertions, 3 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile
index 30558ad72ad4..1ff22a7f2fc2 100644
--- a/textproc/jade/Makefile
+++ b/textproc/jade/Makefile
@@ -7,11 +7,12 @@
PORTNAME= jade
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/jade/
-PATCH_SITES= http://ftp.debian.org/debian/dists/unstable/main/source/text/
-PATCHFILES= jade_1.2.1-13.diff.gz
+PATCH_SITES= http://ftp.debian.org/debian/pool/main/j/jade/
+PATCHFILES= jade_1.2.1-18.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= kuriyama@FreeBSD.org
diff --git a/textproc/jade/distinfo b/textproc/jade/distinfo
index 46e6da277194..cbf13a3043e2 100644
--- a/textproc/jade/distinfo
+++ b/textproc/jade/distinfo
@@ -1,2 +1,2 @@
MD5 (jade-1.2.1.tar.gz) = 4239670ca6b578bff68b8c2e7cd1225f
-MD5 (jade_1.2.1-13.diff.gz) = dc999cfad59b5e5be3d87cfe54cbf135
+MD5 (jade_1.2.1-18.diff.gz) = 8c396e4e78cb30094c48a6abcc623979
diff --git a/textproc/jade/files/patch-assert.cxx b/textproc/jade/files/patch-assert.cxx
new file mode 100644
index 000000000000..3021e9d76cd2
--- /dev/null
+++ b/textproc/jade/files/patch-assert.cxx
@@ -0,0 +1,11 @@
+--- lib/assert.cxx.orig Wed Apr 25 12:42:54 2001
++++ lib/assert.cxx Wed Apr 25 12:43:26 2001
+@@ -6,7 +6,7 @@
+ #include "macros.h"
+
+ #ifdef __GNUG__
+-void exit (int __status) __THROW __attribute__ ((__noreturn__));
++void exit (int __status) throw () __attribute__ ((__noreturn__));
+ #endif
+
+ #ifdef SP_NAMESPACE