diff options
-rw-r--r-- | textproc/jade/Makefile | 5 | ||||
-rw-r--r-- | textproc/jade/distinfo | 2 | ||||
-rw-r--r-- | textproc/sp/Makefile | 7 | ||||
-rw-r--r-- | textproc/sp/distinfo | 1 |
4 files changed, 12 insertions, 3 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 13cd6e572d44..938ee6d09988 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -9,7 +9,8 @@ PORTNAME= jade PORTVERSION= 1.2.1 PORTREVISION= 9 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ +MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ \ + http://dist.bsdlab.org/ #PATCH_SITES= http://ftp.debian.org/debian/pool/main/j/jade/ PATCH_SITES= http://dist.bsdlab.org/ @@ -19,6 +20,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= kuriyama@FreeBSD.org COMMENT= An object-oriented SGML/XML parser toolkit and DSSSL engine +CONFLICTS= sp-1.* + RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr USE_GMAKE= yes diff --git a/textproc/jade/distinfo b/textproc/jade/distinfo index 475e50784cb4..4601d92a6b42 100644 --- a/textproc/jade/distinfo +++ b/textproc/jade/distinfo @@ -1,4 +1,6 @@ MD5 (jade-1.2.1.tar.gz) = 4239670ca6b578bff68b8c2e7cd1225f +SHA256 (jade-1.2.1.tar.gz) = 84e2f8a2a87aab44f86a46b71405d4f919b219e4c73e03a83ab6c746a674b187 SIZE (jade-1.2.1.tar.gz) = 1092062 MD5 (jade_1.2.1-35.diff.gz) = 5e4397961036d32a314afb88d8212b31 +SHA256 (jade_1.2.1-35.diff.gz) = c6cc35f8a23e88736bc4870caaa70a4cb83fd954885ddcb4f1df8acefff0801d SIZE (jade_1.2.1-35.diff.gz) = 226237 diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile index 82635e05eac2..129796d6f846 100644 --- a/textproc/sp/Makefile +++ b/textproc/sp/Makefile @@ -8,13 +8,16 @@ PORTNAME= sp PORTVERSION= 1.3.4 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ +MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ \ + http://dist.bsdlab.org/ MAINTAINER= ports@FreeBSD.org COMMENT= An object-oriented toolkit for SGML parsing and entity management +CONFLICTS= jade-1.* + .if ${MACHINE_ARCH} == sparc64 -BROKEN= does not compile on ${MACHINE_ARCH} +BROKEN= "does not compile on ${MACHINE_ARCH}" .endif USE_SUBMAKE= yes diff --git a/textproc/sp/distinfo b/textproc/sp/distinfo index 2e962cad8366..b6075611a851 100644 --- a/textproc/sp/distinfo +++ b/textproc/sp/distinfo @@ -1,2 +1,3 @@ MD5 (sp-1.3.4.tar.gz) = 61dcb5614a61bf123e1345e869eb99d4 +SHA256 (sp-1.3.4.tar.gz) = 53c2f3e13091a4e9d5862e3d26dc3bb84480e212828f92f36ba87fb44daccfc6 SIZE (sp-1.3.4.tar.gz) = 597801 |