diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
commit | 666ea03b52924fa5089708a0d584b1623fde36d7 (patch) | |
tree | 811f76c652f5f94d5dcf12487eb5a072328e4d7f /textproc | |
parent | Chase shlib version bump of net-snmp. (diff) |
Use MASTER_SITE_CRITICAL
Notes
Notes:
svn path=/head/; revision=209964
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fldiff/Makefile | 5 | ||||
-rw-r--r-- | textproc/htmlise/Makefile | 3 | ||||
-rw-r--r-- | textproc/rtf2html/Makefile | 9 | ||||
-rw-r--r-- | textproc/rtf2html/distinfo | 6 | ||||
-rw-r--r-- | textproc/uni2ascii/Makefile | 3 |
5 files changed, 10 insertions, 16 deletions
diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index 44afa5fb2c14..dbb90905abbc 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -9,9 +9,8 @@ PORTNAME= fldiff PORTVERSION= 1.1 PORTREVISION= 2 CATEGORIES= textproc -MASTER_SITES= http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ \ - http://www.easysw.com/~mike/fldiff/ +MASTER_SITES= http://www.easysw.com/~mike/fldiff/ \ + CRITICAL DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= ehaupt@FreeBSD.org diff --git a/textproc/htmlise/Makefile b/textproc/htmlise/Makefile index 15490466a10d..313469b5e63f 100644 --- a/textproc/htmlise/Makefile +++ b/textproc/htmlise/Makefile @@ -9,8 +9,7 @@ PORTNAME= htmlise PORTVERSION= 0.2 CATEGORIES= textproc MASTER_SITES= http://www.ex-parrot.com/~chris/stuff/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Formats plain text as HTML diff --git a/textproc/rtf2html/Makefile b/textproc/rtf2html/Makefile index a2d8ca5da7de..608dddf6ef4c 100644 --- a/textproc/rtf2html/Makefile +++ b/textproc/rtf2html/Makefile @@ -8,18 +8,15 @@ PORTNAME= rtf2html DISTVERSION= 1.1b CATEGORIES= textproc -MASTER_SITES= http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ehaupt -DISTNAME= ${PORTNAME} +MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A simple rtf2html converter -CFLAGS+= -Wall -Werror PLIST_FILES= bin/rtf2html +WRKSRC= ${WRKDIR}/${PORTNAME} + do-build: ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} diff --git a/textproc/rtf2html/distinfo b/textproc/rtf2html/distinfo index 4ed165bcacb8..4aa692ef9c1f 100644 --- a/textproc/rtf2html/distinfo +++ b/textproc/rtf2html/distinfo @@ -1,3 +1,3 @@ -MD5 (rtf2html.tar.gz) = 823949bf2e1a7fc9d090fd2035b2e828 -SHA256 (rtf2html.tar.gz) = 95e0dc3c6da3031dff5e1d628607fe3d0621adf3b1df1a6fa8cf593df85cc56a -SIZE (rtf2html.tar.gz) = 5548 +MD5 (rtf2html-1.1b.tar.gz) = 823949bf2e1a7fc9d090fd2035b2e828 +SHA256 (rtf2html-1.1b.tar.gz) = 95e0dc3c6da3031dff5e1d628607fe3d0621adf3b1df1a6fa8cf593df85cc56a +SIZE (rtf2html-1.1b.tar.gz) = 5548 diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile index a7f80f3b23ac..a15f0d1db809 100644 --- a/textproc/uni2ascii/Makefile +++ b/textproc/uni2ascii/Makefile @@ -9,8 +9,7 @@ PORTNAME= uni2ascii PORTVERSION= 4.5 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert between UTF-8 Unicode and 7-bit ASCII equivalents |