mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.5
- Sort USE_* flags PR: ports/172384 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) Feature safe: yes
This commit is contained in:
parent
85741ce50e
commit
4c21df5ebb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305771
2 changed files with 7 additions and 11 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: py-umemcache
|
||||
# Date created: 2012-08-18
|
||||
# Whom: Kubilay Kocak <koobs.freebsd@gmail.com>
|
||||
#
|
||||
# Created by: Kubilay Kocak <koobs.freebsd@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= umemcache
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -16,10 +12,10 @@ COMMENT= Memcache client written in highly optimized C++ with Python bindings
|
|||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
USE_ZIP= yes
|
||||
USE_PYTHON= -2.7
|
||||
USE_DOS2UNIX= yes
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_ZIP= yes
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/umemcache.so
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (umemcache-1.4.zip) = 0552e07cfa05bf19cbfa4b3b725b5daa5be9184d4bdeca98fb00f23aee20afb3
|
||||
SIZE (umemcache-1.4.zip) = 24005
|
||||
SHA256 (umemcache-1.5.zip) = d8276747d301e0fd8186ab3bd9847c4057328ef2fca08330e0eccf50f87bd4f0
|
||||
SIZE (umemcache-1.5.zip) = 25240
|
||||
|
|
Loading…
Add table
Reference in a new issue