Upgrade to 3.2.3 (fix for new gcc)

This commit is contained in:
Andrey A. Chernov 2003-08-15 19:40:42 +00:00
parent 7334b897a1
commit 2b1cb1f349
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86997
3 changed files with 3 additions and 21 deletions

View file

@ -7,10 +7,10 @@
PORTNAME= unrar
PORTVERSION= 3.20
PORTEPOCH= 1
PORTEPOCH= 2
CATEGORIES= archivers
MASTER_SITES= http://files10.rarlab.com/rar/
DISTNAME= unrarsrc-3.2.2
DISTNAME= unrarsrc-3.2.3
MAINTAINER= ache@FreeBSD.org
COMMENT= Extract, view & test RAR archives

View file

@ -1 +1 @@
MD5 (unrarsrc-3.2.2.tar.gz) = 1fd738ccdf9f3cd0f366fcdf221befa1
MD5 (unrarsrc-3.2.3.tar.gz) = 1afca3128e21994042f34bcb91b4ea48

View file

@ -1,18 +0,0 @@
--- rar.hpp.orig Tue Aug 12 04:38:00 2003
+++ rar.hpp Tue Aug 12 04:38:02 2003
@@ -16,6 +16,7 @@
#include "int64.hpp"
#include "unicode.hpp"
#include "errhnd.hpp"
+#include "global.hpp"
#include "array.hpp"
#include "timefn.hpp"
#include "headers.hpp"
@@ -71,7 +72,6 @@
#include "smallfn.hpp"
#include "ulinks.hpp"
-#include "global.hpp"
#endif