diff options
Diffstat (limited to 'databases/py-pysqlite23/Makefile')
-rw-r--r-- | databases/py-pysqlite23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-pysqlite23/Makefile b/databases/py-pysqlite23/Makefile index e04da4d72127..0708e62e6277 100644 --- a/databases/py-pysqlite23/Makefile +++ b/databases/py-pysqlite23/Makefile @@ -6,9 +6,9 @@ # PORTNAME= pysqlite -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= databases python -MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.1/${PORTVERSION}/ \ +MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |