1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

upgrade to 0.90 beta

This commit is contained in:
Ying-Chieh Liao 2004-04-29 02:23:36 +00:00
parent dc31173ffe
commit 73ac5bda47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107902
3 changed files with 5 additions and 21 deletions

View File

@ -7,11 +7,11 @@
#
PORTNAME= rvm
PORTVERSION= 0.80.2.a
PORTVERSION= 0.90.b
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/-alpha/}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
MAINTAINER= ports@FreeBSD.org
COMMENT= An archive manager that uses rsync to manage backups
@ -27,10 +27,4 @@ NO_LATEST_LINK= YES
MAN1= rvm.1
PLIST_FILES= bin/rvm
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500034
CXXFLAGS+= -O0
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (rvm-0.80.2-alpha.tar.gz) = 7a58ee0f0b573673c2ebc1b832042428
SIZE (rvm-0.80.2-alpha.tar.gz) = 207172
MD5 (rvm-0.90-beta.tar.gz) = e468cc86e15ba337489ea13bb32ec7a8
SIZE (rvm-0.90-beta.tar.gz) = 220498

View File

@ -1,10 +0,0 @@
--- estring.cc.orig Thu Mar 25 00:36:48 2004
+++ estring.cc Sat Apr 3 21:20:18 2004
@@ -4,6 +4,7 @@
#include <string>
#include <cstdio>
#include <cctype>
+#include <cassert>
#include "debug.h"
#include "types.h"