mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 0.12.6
- Use variables in plist to avoid having to update it in future versions
This commit is contained in:
parent
1b74e096aa
commit
45c27c87f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354951
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xpra
|
||||
PORTVERSION= 0.12.5
|
||||
PORTVERSION= 0.12.6
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://xpra.org/src/
|
||||
|
||||
@ -28,6 +28,7 @@ LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/x264 \
|
||||
USES= pkgconfig tar:bzip2
|
||||
USE_PYTHON= yes
|
||||
USE_XORG= x11 xtst xfixes xcomposite xdamage xrandr
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHON_VER=${PYTHON_VER}
|
||||
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= xpra_all
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xpra-0.12.5.tar.bz2) = 976643be1d5c827f669c5597136cfbff57c7f4db73d0bd1dab960959c351fa01
|
||||
SIZE (xpra-0.12.5.tar.bz2) = 1077833
|
||||
SHA256 (xpra-0.12.6.tar.bz2) = 6fcfb9102b9abea1b3b5c76f70626984f86e3813e792ebb1d63bbf4eccc1ce7e
|
||||
SIZE (xpra-0.12.6.tar.bz2) = 1083020
|
||||
|
@ -4,10 +4,10 @@ bin/xpra_launcher
|
||||
%%ETCDIR%%/xorg.conf
|
||||
%%ETCDIR%%/xorg.conf.sample
|
||||
%%ETCDIR%%/xpra.conf.sample
|
||||
%%PYTHON_SITELIBDIR%%/xpra-0.12.5-py2.7.egg-info/PKG-INFO
|
||||
%%PYTHON_SITELIBDIR%%/xpra-0.12.5-py2.7.egg-info/SOURCES.txt
|
||||
%%PYTHON_SITELIBDIR%%/xpra-0.12.5-py2.7.egg-info/dependency_links.txt
|
||||
%%PYTHON_SITELIBDIR%%/xpra-0.12.5-py2.7.egg-info/top_level.txt
|
||||
%%PYTHON_SITELIBDIR%%/xpra-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/PKG-INFO
|
||||
%%PYTHON_SITELIBDIR%%/xpra-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/SOURCES.txt
|
||||
%%PYTHON_SITELIBDIR%%/xpra-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/dependency_links.txt
|
||||
%%PYTHON_SITELIBDIR%%/xpra-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/top_level.txt
|
||||
%%PYTHON_SITELIBDIR%%/xpra/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/xpra/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/xpra/__init__.pyo
|
||||
@ -707,7 +707,7 @@ man/man1/xpra_launcher.1.gz
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%/xpra/x11/gtk_x11
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%/xpra/x11
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%/xpra
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%/xpra-0.12.5-py2.7.egg-info
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%/xpra-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info
|
||||
@dirrmtry %%DATADIR%%/icons
|
||||
@dirrmtry %%DATADIR%%/webm
|
||||
@dirrmtry %%DATADIR%%/www/include/web-socket-js
|
||||
|
Loading…
Reference in New Issue
Block a user