diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 04:27:53 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 04:27:53 +0000 |
commit | 95c12f87240760aaaf1195f1830161f07528f3b8 (patch) | |
tree | 1f9abb223b651ece32631f12c8c0f10dd5efc7e7 | |
parent | 10ea43d555e825b59e0e003ba465348ccf00d75d (diff) | |
download | FreeBSD-ports-95c12f87240760aaaf1195f1830161f07528f3b8.zip FreeBSD-ports-95c12f87240760aaaf1195f1830161f07528f3b8.tar.gz |
Update to version 0.6.1.
PR: 11897
Submitted by: maintainer
-rw-r--r-- | textproc/java2html/Makefile | 4 | ||||
-rw-r--r-- | textproc/java2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/java2html/files/patch-aa | 14 |
3 files changed, 10 insertions, 10 deletions
diff --git a/textproc/java2html/Makefile b/textproc/java2html/Makefile index fbf53f4..fdaa1e8 100644 --- a/textproc/java2html/Makefile +++ b/textproc/java2html/Makefile @@ -3,10 +3,10 @@ # Date created: 21 March 1999 # Whom: Martin Kammerhofer # -# $Id: Makefile,v 1.1.1.1 1999/05/03 02:55:19 steve Exp $ +# $Id: Makefile,v 1.2 1999/05/04 22:40:30 steve Exp $ # -DISTNAME= java2html-0.5 +DISTNAME= java2html-0.6.1 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters diff --git a/textproc/java2html/distinfo b/textproc/java2html/distinfo index 35ac930..d225b63 100644 --- a/textproc/java2html/distinfo +++ b/textproc/java2html/distinfo @@ -1 +1 @@ -MD5 (java2html-0.5.tar.gz) = 044f8ea3aee287f7b66ce14a5a93bb31 +MD5 (java2html-0.6.1.tar.gz) = 48dba1677190977cde171f6087e9d2f3 diff --git a/textproc/java2html/files/patch-aa b/textproc/java2html/files/patch-aa index 3cd79b9..0e71a01 100644 --- a/textproc/java2html/files/patch-aa +++ b/textproc/java2html/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Apr 14 18:28:16 1999 -+++ Makefile.in Thu Apr 15 22:55:00 1999 -@@ -12,7 +12,7 @@ +--- Makefile.in.orig Mon May 24 14:33:08 1999 ++++ Makefile.in Wed May 26 12:20:22 1999 +@@ -9,7 +9,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. # COMPRESSION = -DCOMPRESSION=4 @@ -8,13 +8,13 @@ +COMPRESSION ?= -DCOMPRESSION=1 # Dont change things beyond this line. - TARGET = java2html -@@ -43,7 +43,7 @@ + TARGET = @PROJECT_NAME@ +@@ -40,7 +40,7 @@ srcdir = @srcdir@ CPPFLAGS = @CPPFLAGS@ --CFLAGS += -O2 -Wall -pedantic -+CFLAGS ?= -O2 -Wall -pedantic +-CFLAGS += -O2 -Wall ++CFLAGS ?= -O2 -Wall ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) all: $(TARGET) |