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

Collapse All | Expand All

(-)ports/graphics/driconf/Makefile (-3 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	driconf
8
PORTNAME=	driconf
9
PORTVERSION=	0.2.6
9
PORTVERSION=	0.9.0
10
PORTREVISION=	1
11
CATEGORIES=	graphics
10
CATEGORIES=	graphics
12
MASTER_SITES=	http://dri.freedesktop.org/~fxkuehl/driconf/
11
MASTER_SITES=	http://people.freedesktop.org/~fxkuehl/driconf/
13
12
14
MAINTAINER=	anholt@FreeBSD.org
13
MAINTAINER=	anholt@FreeBSD.org
15
COMMENT=	Configuration program for DRI drivers
14
COMMENT=	Configuration program for DRI drivers
Lines 19-24 Link Here
19
18
20
USE_PYTHON=	yes
19
USE_PYTHON=	yes
21
NO_BUILD=	yes
20
NO_BUILD=	yes
21
USE_GETTEXT=	yes
22
22
23
pre-patch:
23
pre-patch:
24
	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \
24
	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \
(-)ports/graphics/driconf/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (driconf-0.2.6.tar.gz) = 92058855dbf48442d3e3b86f153b40cb
1
MD5 (driconf-0.9.0.tar.gz) = da322248d5ed008ded4999f319544062
2
SHA256 (driconf-0.2.6.tar.gz) = e7f25a8b04f5b2042197b5410fe086048db4fd504ef21085a754a700da375a1f
2
SHA256 (driconf-0.9.0.tar.gz) = c9d70f4fc6589df6202a78d21ab3de06395b7110524a683d8c0f7b24cf7ff06b
3
SIZE (driconf-0.2.6.tar.gz) = 80749
3
SIZE (driconf-0.9.0.tar.gz) = 105237
(-)ports/graphics/driconf/pkg-plist (-7 / +16 lines)
Lines 1-12 Link Here
1
bin/driconf
1
bin/driconf
2
%%PYTHON_SITELIBDIR%%/dri.py
2
lib/driconf/dri.py
3
%%PYTHON_SITELIBDIR%%/dri.pyc
3
lib/driconf/dri.pyc
4
%%PYTHON_SITELIBDIR%%/driconf.py
4
lib/driconf/driconf.py
5
%%PYTHON_SITELIBDIR%%/driconf.pyc
5
lib/driconf/driconf.pyc
6
share/locale/de/LC_MESSAGES/driconf.mo
6
lib/driconf/driconf_commonui.py
7
share/locale/es/LC_MESSAGES/driconf.mo
7
lib/driconf/driconf_commonui.pyc
8
lib/driconf/driconf_complexui.py
9
lib/driconf/driconf_complexui.pyc
10
lib/driconf/driconf_simpleui.py
11
lib/driconf/driconf_simpleui.pyc
8
%%DATADIR%%/card.png
12
%%DATADIR%%/card.png
13
%%DATADIR%%/drilogo.jpg
9
%%DATADIR%%/screen.png
14
%%DATADIR%%/screen.png
10
%%DATADIR%%/screencard.png
15
%%DATADIR%%/screencard.png
11
%%DATADIR%%/drilogo.jpg
16
share/locale/de/LC_MESSAGES/driconf.mo
17
share/locale/es/LC_MESSAGES/driconf.mo
18
share/locale/it/LC_MESSAGES/driconf.mo
19
share/locale/ru/LC_MESSAGES/driconf.mo
12
@dirrm %%DATADIR%%
20
@dirrm %%DATADIR%%
21
@dirrm lib/driconf

Return to bug 97711