diff options
author | pat <pat@FreeBSD.org> | 2001-12-18 05:01:06 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-18 05:01:06 +0800 |
commit | 6d0eb525e83ebfe4d89f393292f8d918cd95fd2c (patch) | |
tree | 35010a8e5661057f1f690c37a2ce623408d8890c | |
parent | 6405444e5b6f8efc9c506783ef14f0f1a2e82667 (diff) | |
download | freebsd-ports-gnome-6d0eb525e83ebfe4d89f393292f8d918cd95fd2c.tar.gz freebsd-ports-gnome-6d0eb525e83ebfe4d89f393292f8d918cd95fd2c.tar.zst freebsd-ports-gnome-6d0eb525e83ebfe4d89f393292f8d918cd95fd2c.zip |
Update to 1.2.9.b1
-rw-r--r-- | security/rain/Makefile | 3 | ||||
-rw-r--r-- | security/rain/distinfo | 2 | ||||
-rw-r--r-- | security/rain/files/patch-Makefile.in | 6 |
3 files changed, 6 insertions, 5 deletions
diff --git a/security/rain/Makefile b/security/rain/Makefile index bb41306a9769..fda27b0c252a 100644 --- a/security/rain/Makefile +++ b/security/rain/Makefile @@ -6,9 +6,10 @@ # PORTNAME= rain -PORTVERSION= 1.2.8r2 +PORTVERSION= 1.2.9.b1 CATEGORIES= security net MASTER_SITES= http://www.tenebrous.com/rain/files/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} MAINTAINER= pat@FreeBSD.org diff --git a/security/rain/distinfo b/security/rain/distinfo index 7b2fa36985f1..5fe9b70e5195 100644 --- a/security/rain/distinfo +++ b/security/rain/distinfo @@ -1 +1 @@ -MD5 (rain-1.2.8r2.tar.gz) = d412f7efb6d0bfa4ceb527f96ad53d24 +MD5 (rain-1.2.9beta1.tar.gz) = 5c3dafcdc840c279a329a9fa85436252 diff --git a/security/rain/files/patch-Makefile.in b/security/rain/files/patch-Makefile.in index 42df2ad67186..ec6321d9fde7 100644 --- a/security/rain/files/patch-Makefile.in +++ b/security/rain/files/patch-Makefile.in @@ -1,8 +1,8 @@ ---- Makefile.in.orig Tue Jul 31 19:07:24 2001 -+++ Makefile.in Tue Jul 31 19:07:38 2001 +--- Makefile.in.orig Tue Nov 20 03:56:37 2001 ++++ Makefile.in Sun Dec 16 21:08:14 2001 @@ -6,7 +6,7 @@ RAIN_PLATFORM=@host@ - RAIN_VERSION="1.2.8" + RAIN_VERSION="1.2.9beta1" RAIN_URL=http://www.tenebrous.com/rain/ -CFLAGS= -g -Wall $(LIBS) -I./include -DHAVE_CONFIG_H -D_GNU_SOURCE -DRAIN_PLATFORM=\"$(RAIN_PLATFORM)\" -DRAIN_VERSION=\"$(RAIN_VERSION)\" -DRAIN_URL=\"$(RAIN_URL)\" +CFLAGS+= -Wall $(LIBS) -I./include -DHAVE_CONFIG_H -D_GNU_SOURCE -DRAIN_PLATFORM=\"$(RAIN_PLATFORM)\" -DRAIN_VERSION=\"$(RAIN_VERSION)\" -DRAIN_URL=\"$(RAIN_URL)\" |