diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-11-09 01:41:43 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-11-09 01:41:43 +0000 |
commit | 3f42ba47d411103b94330a53efa24c216bd5a5be (patch) | |
tree | b0a819c64c5f8fec9bb0f2420271a7a83585a194 /textproc/sp | |
parent | 9b3db696945ed13d7970e1f9e2d3fca7da872c70 (diff) | |
download | ports-3f42ba47d411103b94330a53efa24c216bd5a5be.tar.gz ports-3f42ba47d411103b94330a53efa24c216bd5a5be.zip |
Notes
Diffstat (limited to 'textproc/sp')
-rw-r--r-- | textproc/sp/Makefile | 7 | ||||
-rw-r--r-- | textproc/sp/distinfo | 1 |
2 files changed, 6 insertions, 2 deletions
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 |