View | Details | Raw Unified | Return to bug 206463
Collapse All | Expand All

(-)databases/sqlite3/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/databases/sqlite3/Makefile 405874 2016-01-12 14:33:21Z amdmi3 $
2
# $FreeBSD: head/databases/sqlite3/Makefile 405874 2016-01-12 14:33:21Z amdmi3 $
3
3
4
PORTNAME=	sqlite3
4
PORTNAME=	sqlite3
5
PORTVERSION=	3.10.0
5
PORTVERSION=	3.10.2
6
CATEGORIES=	databases
6
CATEGORIES=	databases
7
MASTER_SITES=	https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/
7
MASTER_SITES=	https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/
8
DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
8
DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
(-)databases/sqlite3/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (sqlite-autoconf-3100000.tar.gz) = 43cc292d70711fa7580250c8a1cd7c64813a4a0a479dbd502cce5f10b5d91042
1
SHA256 (sqlite-autoconf-3100200.tar.gz) = a2b3b4bd1291ea7d6c8252f7edff36a4362f2f0e5d5370444ba6cbe313ae2971
2
SIZE (sqlite-autoconf-3100000.tar.gz) = 2331542
2
SIZE (sqlite-autoconf-3100200.tar.gz) = 2332013
(-)databases/sqlite3/pkg-install (+7 lines)
Line 0 Link Here
1
#!/bin/sh
2
PKGNAME=$1
3
LIBTOOL=`whereis -b -q libtool`
4
case "$2" in
5
	PRE-INSTALL) ;;
6
	POST-INSTALL) [ -n "${LIBTOOL}" -a -n "${PKG_PREFIX}" ] && "${LIBTOOL}" --finish "${PKG_PREFIX}/lib" ;;
7
esac

Return to bug 206463