mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.82.1.dev.20100810
- Use PORTNAME/PORTVERSION in WRKSRC PR: ports/151083 Submitted by: Dan Rowe <bsdports at csnstores.com> Approved by: pgollucci (mentor)
This commit is contained in:
parent
49085cb7dc
commit
285bc01e49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262512
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= freetds
|
||||
PORTVERSION= 0.82.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
@ -18,7 +18,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER?= ports@FreeBSD.org
|
||||
COMMENT= Sybase/Microsoft TDS protocol library
|
||||
|
||||
WRKSRC= ${WRKDIR}/freetds-0.82.1.dev.20081111
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.dev.20100810
|
||||
TDS_VER?= 5.0
|
||||
USE_ICONV= yes
|
||||
USE_GMAKE= yes
|
||||
@ -43,7 +43,7 @@ OPTIONS= OPENSSL "Use openssl" off \
|
||||
|
||||
CONFLICTS= freetds-0.64.[0-9]
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_OPENSSL)
|
||||
USE_OPENSSL= yes
|
||||
@ -107,4 +107,4 @@ post-install:
|
||||
@${ECHO_CMD} "Sample configuration files have been installed in ${PREFIX}/etc"
|
||||
@${ECHO_CMD} "You should edit them and remove the .dist-suffix from their names"
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (freetds-patched.tgz) = 70a0fbb639dca41cd74acf621d93c04a
|
||||
SHA256 (freetds-patched.tgz) = 8332c626e8fe056185484ad2a990b81e112969a75143e9b128c824dca97a5aec
|
||||
SIZE (freetds-patched.tgz) = 1643212
|
||||
MD5 (freetds-patched.tgz) = d7183a498e7a8cedb1d361fb13901542
|
||||
SHA256 (freetds-patched.tgz) = ed56aa2e6241ccd6bf737348af04041d97a80ec78505482d3befe3040d35896d
|
||||
SIZE (freetds-patched.tgz) = 1654164
|
||||
|
Loading…
Reference in New Issue
Block a user