mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 1.13.0
- Add memcached dependency since it seems required to run - Use UIDs and GIDs and create a user for swift since that seems required PR: ports/187421 Submitted by: swills (myself) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
This commit is contained in:
parent
312de8487c
commit
6221b7a329
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347948
1
GIDs
1
GIDs
@ -101,6 +101,7 @@ icinga:*:183:
|
||||
dnscache:*:184:
|
||||
tinydns:*:185:
|
||||
dnslog:*:186:
|
||||
swift:*:187:
|
||||
moinmoin:*:192:
|
||||
cups:*:193:
|
||||
saned:*:194:
|
||||
|
1
UIDs
1
UIDs
@ -106,6 +106,7 @@ icinga:*:183:183::0:0:Icinga pseudo-user:/var/spool/icinga:/usr/sbin/nologin
|
||||
dnscache:*:184:184::0:0:dnscache pseudo-user:/nonexistent:/usr/sbin/nologin
|
||||
tinydns:*:185:185::0:0:tinydns pseudo-user:/nonexistent:/usr/sbin/nologin
|
||||
dnslog:*:186:186::0:0:dnslog pseudo-user:/nonexistent:/usr/sbin/nologin
|
||||
swift:*:187:187::0:0:Swift daemon pseudo-user:/nonexistent:/usr/sbin/nologin
|
||||
moinmoin:*:192:192::0:0:MoinMoin User:/nonexistent:/usr/sbin/nologin
|
||||
cups:*:193:193::0:0:Cups Owner:/nonexistent:/usr/sbin/nologin
|
||||
saned:*:194:194::0:0:SANE Scanner Daemon:/nonexistent:/bin/sh
|
||||
|
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= swift
|
||||
PORTVERSION= 1.12.0
|
||||
PORTVERSION= 1.13.0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= http://launchpadlibrarian.net/163953035/
|
||||
MASTER_SITES= http://launchpadlibrarian.net/168204360/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
@ -24,12 +24,15 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}PasteDeploy>0:${PORTSDIR}/www/py-pastedeplo
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \
|
||||
${PYTHON_PKGNAMEPREFIX}webob>=0.9.8:${PORTSDIR}/www/py-webob \
|
||||
${PYTHON_PKGNAMEPREFIX}xattr>=0:${PORTSDIR}/devel/py-xattr \
|
||||
memcached>=0:${PORTSDIR}/databases/memcached \
|
||||
rsync>=3.0:${PORTSDIR}/net/rsync
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USE_RC_SUBR= swift
|
||||
USERS= swift
|
||||
GROUPS= swift
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|/etc/swift|${PREFIX}/etc/${PORTNAME}|" \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (swift-1.12.0.tar.gz) = 8ca450e747339668ade6b62b78c4617b2f7c5ff4c4b9f7b3cbc48779b8dfaa3e
|
||||
SIZE (swift-1.12.0.tar.gz) = 751007
|
||||
SHA256 (swift-1.13.0.tar.gz) = 2c2203678cb67e2e8249db1265c68ec901edfaaceeb759e1ac427324a74b6918
|
||||
SIZE (swift-1.13.0.tar.gz) = 779440
|
||||
|
Loading…
Reference in New Issue
Block a user