From 49826c838f79506c3a03ed6bf954252de5243283 Mon Sep 17 00:00:00 2001 From: wes Date: Fri, 30 Aug 2002 00:07:18 +0000 Subject: Change download site to more maintained DNS name, bump port revision. Noted by: Fenner's Portsurvey --- sysutils/obliterate/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils/obliterate') diff --git a/sysutils/obliterate/Makefile b/sysutils/obliterate/Makefile index ef39a05df1ea..3cdbafc4fd01 100644 --- a/sysutils/obliterate/Makefile +++ b/sysutils/obliterate/Makefile @@ -7,8 +7,9 @@ PORTNAME= obliterate PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.bsdconspiracy.net/pub/softweyr/ +MASTER_SITES= ftp://ftp.softweyr.com/pub/softweyr/ MAINTAINER= wes@softweyr.com -- cgit epository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* . Cope with legacy versions "1.5" (expands to 1.6) and "1.5+" (expands toglewis2012-12-112-8/+5
* Fix deinstallation script for 7.x. -samefile option for find(1) does notjkim2012-11-032-4/+12
* Shut up noise when there is no JDK/JRE to register.jkim2012-11-011-1/+1
* - Ignore bootstrap-openjdk when we automatically register existing JVMs.jkim2012-10-283-28/+19
* . Make the version numbers consistent so they can be compared correctly.glewis2012-07-133-77/+64
* . Minor man page tweaks:glewis2012-06-176-8/+11
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-212-22/+4
* Fix "realpath: : No such file or directory" error from the latest realpath.jkim2010-05-142-11/+11
* . Add support for JAVA_VERSION of 1.7.glewis2010-01-184-12/+24
* . Add support for openjdk6.glewis2009-05-224-12/+30
* Try jman(1) from ports/japanese/man instead of man(1) for japanese manualjkim2008-05-012-3/+8
* - Add support for 1.6 VMs.jkim2008-04-282-8/+11
* . Cross reference manvm(1).glewis2006-09-201-0/+1
* . The new Diablo JDK release doesn't need -XX:+UseMembar.glewis2006-07-061-2/+0
* . Add manvm(1). This is similar to javavm(1), but allows one to view theglewis2006-06-134-175/+362
* . Introduce the JAVAVM_DRYRUN variable. If this is set, then javavm willglewis2006-06-093-6/+50
* . Revert previous commit. It was my recollection that javac needed theglewis2006-06-082-2/+1
* . Diablo's javac also needs -XX:+UseMembar.glewis2006-06-072-1/+2
* . Restrict the -XX:+UseMembar option to the java(1) programme to prevent itglewis2006-06-062-1/+2
* . ! -z -> -n for clarity.glewis2006-06-041-25/+25
* . Allow the setting up of command line options to be passed to theglewis2006-06-04