mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update ytree to 2.13.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ COMMENT= DOS-XTREE(tm) look-a-like file manager
|
|||||||
|
|
||||||
FIX_EXTRACT_PERMISSIONS= Yes
|
FIX_EXTRACT_PERMISSIONS= Yes
|
||||||
|
|
||||||
DISTNAME = ytree-2.12
|
DISTNAME = ytree-2.13
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
|
|
||||||
HOMEPAGE= https://www.han.de/~werner/ytree.html
|
HOMEPAGE= https://www.han.de/~werner/ytree.html
|
||||||
|
|||||||
+2
-2
@@ -1,2 +1,2 @@
|
|||||||
SHA256 (ytree-2.12.tar.gz) = I2bS1fwfZERgMjhj5b6ZdFhLybLWbXJHFlqP8aCZERQ=
|
SHA256 (ytree-2.13.tar.gz) = yu7qwzTayDkhvYtletLUzyNMFdpP/H0V2tC9qZ5S8Zc=
|
||||||
SIZE (ytree-2.12.tar.gz) = 125039
|
SIZE (ytree-2.13.tar.gz) = 125213
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ Index: match.c
|
|||||||
#include "ytree.h"
|
#include "ytree.h"
|
||||||
|
|
||||||
|
|
||||||
-#if defined( hpux ) || defined ( __APPLE__ ) || defined ( linux )
|
-#if defined( hpux ) || defined ( __APPLE__ ) || defined ( linux ) || defined(__HAIKU__)
|
||||||
+#if defined( hpux ) || defined ( __APPLE__ ) || defined ( linux ) || defined( __OpenBSD__ )
|
+#if defined( hpux ) || defined ( __APPLE__ ) || defined ( linux ) || defined(__HAIKU__) || defined( __OpenBSD__ )
|
||||||
#define HAS_REGCOMP
|
#define HAS_REGCOMP
|
||||||
#else
|
#else
|
||||||
-#if defined( sun ) || defined( __NeXT__ ) || defined( OSF1 ) || defined( __OpenBSD__ ) || defined(__NetBSD__) || defined( __FreeBSD__ ) || defined( __GNU__ )
|
-#if defined( sun ) || defined( __NeXT__ ) || defined( OSF1 ) || defined( __OpenBSD__ ) || defined(__NetBSD__) || defined( __FreeBSD__ ) || defined( __GNU__ )
|
||||||
|
|||||||
Reference in New Issue
Block a user