svn commit: r334084 - head/databases/postgresql-libpqxx3

Chris Rees crees at FreeBSD.org
Sun Nov 17 14:44:00 UTC 2013


Author: crees
Date: Sun Nov 17 14:44:00 2013
New Revision: 334084
URL: http://svnweb.freebsd.org/changeset/ports/334084

Log:
  Fix checksum/fetch
  
  Submitted by:	tijl
  
  LATEST_LINK is no longer necessary
  
  Submitted by:	bsam

Modified:
  head/databases/postgresql-libpqxx3/Makefile

Modified: head/databases/postgresql-libpqxx3/Makefile
==============================================================================
--- head/databases/postgresql-libpqxx3/Makefile	Sun Nov 17 14:38:11 2013	(r334083)
+++ head/databases/postgresql-libpqxx3/Makefile	Sun Nov 17 14:44:00 2013	(r334084)
@@ -1,18 +1,18 @@
 # Created by: Palle Girgensohn <girgen at pingpong.net>
 # $FreeBSD$
 
-PORTNAME=	libpqxx3
+PORTNAME=	libpqxx
 PORTVERSION=	3.1.1
 CATEGORIES=	databases
 MASTER_SITES=	http://pqxx.org/download/software/${PORTNAME}/
 PKGNAMEPREFIX=	postgresql-
+PKGNAMESUFFIX=	3
 DIST_SUBDIR=	postgresql
 
 MAINTAINER=	20080111.freebsd.org at ab.ote.we.lv
 COMMENT=	New C++ interface for PostgreSQL
 
 CONFLICTS=	postgresql-libpqxx-[2-4].*
-LATEST_LINK=	${PKGNAMEPREFIX}${PORTNAME}3
 PORTSCOUT=	limit:^2\.
 
 USE_PGSQL=	yes


More information about the svn-ports-head mailing list