mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix shebangs
Submitted by: Jochen Neumeister
This commit is contained in:
parent
ef8e965dff
commit
0624c34847
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439443
2 changed files with 6 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= freevo
|
||||
PORTVERSION= 1.9.0
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF/${PORTNAME}/Freevo%20releases/${PORTVERSION}
|
||||
|
||||
|
@ -38,10 +38,11 @@ SUB_LIST+= PYTHON_VERSION=${PYTHON_DEFAULT_VERSION} \
|
|||
SUB_FILES= pkg-message pkg-deinstall
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:2 twisted:web
|
||||
USES= python:2 shebangfix twisted:web
|
||||
USE_PYTHON= distutils noegginfo
|
||||
PYDISTUTILS_INSTALLNOSINGLE= yes
|
||||
PYDISTUTILS_SETUP= ${PYSETUP}
|
||||
SHEBANG_FILES= src/www/htdocs/downloadurl
|
||||
|
||||
PLIST_SUB= PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO}
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= realsync
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.it-sys.org/distfiles/
|
||||
|
||||
|
@ -14,8 +15,9 @@ LICENSE= BSD2CLAUSE
|
|||
RUN_DEPENDS= rsync:net/rsync \
|
||||
sudo:security/sudo
|
||||
|
||||
USES= python
|
||||
USES= python shebangfix
|
||||
NO_BUILD= yes
|
||||
SHEBANG_FILES= realsync
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue