View | Details | Raw Unified | Return to bug 38809
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	xosview
9
PORTNAME=	xosview
10
PORTVERSION=	1.7.4
10
PORTVERSION=	1.8.0
11
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
12
MASTER_SITES=	\
12
MASTER_SITES=	\
13
		ftp://ftp.openbsd.ru/pub/OpenBSD/distfiles/ \
13
		ftp://ftp.openbsd.ru/pub/OpenBSD/distfiles/ \
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (xosview-1.7.4.tar.gz) = 2b54da13e6acdbb8eb27f56d413b321a
1
MD5 (xosview-1.8.0.tar.gz) = bcbc0f02ac8944222ec677d504024c40
(-)files/patch-configure (-3 / +9 lines)
Lines 1-5 Link Here
1
--- configure.orig	Tue Nov 16 23:16:57 1999
1
--- configure.orig	Sat Jun  1 23:56:10 2002
2
+++ configure	Thu May 11 07:47:08 2000
2
+++ configure	Sat Jun  1 23:56:23 2002
3
@@ -1736 +1736 @@
3
@@ -1851,7 +1851,7 @@
4
 
5
 			host_dir=bsd
6
 	host_os=freebsd ;;
4
-freebsd[4]*) 
7
-freebsd[4]*) 
5
+freebsd[45]*) 
8
+freebsd[45]*) 
9
         EXTRALIBS="-lkvm $XPMLIB $DEVSTATLIB"
10
         INSTALL_ARGS='-s -g kmem -m 02555'
11
 	NetMeter_Default_Setting=True

Return to bug 38809