View | Details | Raw Unified | Return to bug 230351 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/xosview/Makefile (-2 / +9 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xosview
4
PORTNAME=	xosview
5
PORTVERSION=	1.19
5
PORTVERSION=	1.20
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
7
8
MAINTAINER=	otacilio.neto@bsd.com.br
8
MAINTAINER=	otacilio.neto@bsd.com.br
Lines 14-27 Link Here
14
ONLY_FOR_ARCHS=		amd64 i386
14
ONLY_FOR_ARCHS=		amd64 i386
15
ONLY_FOR_ARCHS_REASON=	uses x86-specific hardware resources
15
ONLY_FOR_ARCHS_REASON=	uses x86-specific hardware resources
16
16
17
LIB_DEPENDS=	libkvm.so:misc/compat10x
18
19
USES=		gmake
17
USE_GITHUB=	yes
20
USE_GITHUB=	yes
18
GH_ACCOUNT=	hills
21
GH_ACCOUNT=	hills
19
22
20
USE_XORG=	x11 xpm
23
USE_XORG=	x11 xpm
21
USES=		gmake
22
MAKE_ENV=	OPTFLAGS="" PLATFORM=bsd MANDIR=${MANPREFIX}/man
24
MAKE_ENV=	OPTFLAGS="" PLATFORM=bsd MANDIR=${MANPREFIX}/man
23
ALL_TARGET=	xosview
25
ALL_TARGET=	xosview
24
26
27
INSTALLS_ICONS=	yes
28
PLIST_FILES=	bin/xosview lib/X11/app-defaults/XOsview \
29
		man/man1/xosview.1.gz \
30
		share/icons/hicolor/32x32/apps/xosview.png
31
25
DESKTOP_ENTRIES="XOsview" "" "" "xosview" "" ""
32
DESKTOP_ENTRIES="XOsview" "" "" "xosview" "" ""
26
33
27
do-configure:
34
do-configure:
(-)sysutils/xosview/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1498958595
1
TIMESTAMP = 1533352666
2
SHA256 (hills-xosview-1.19_GH0.tar.gz) = 4bf31738c49f950b1f8b9574e9c850b3cb7448c5d600b560bd24a55ae4497a16
2
SHA256 (hills-xosview-1.20_GH0.tar.gz) = 1af6e984ca4d67139143307983a843eb8fcec78b960979180719ddc01417562a
3
SIZE (hills-xosview-1.19_GH0.tar.gz) = 144229
3
SIZE (hills-xosview-1.20_GH0.tar.gz) = 147425

Return to bug 230351