Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 15:37:13 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317128 - head/lang/ofc
Message-ID:  <201305021537.r42FbDi5006465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Thu May  2 15:37:13 2013
New Revision: 317128
URL: http://svnweb.freebsd.org/changeset/ports/317128

Log:
  1: change master_site to code.google.com.
  2: don't specify the shlib version number.

Modified:
  head/lang/ofc/Makefile
  head/lang/ofc/pkg-descr

Modified: head/lang/ofc/Makefile
==============================================================================
--- head/lang/ofc/Makefile	Thu May  2 15:16:15 2013	(r317127)
+++ head/lang/ofc/Makefile	Thu May  2 15:37:13 2013	(r317128)
@@ -5,16 +5,17 @@ PORTNAME=	ofc
 PORTVERSION=	0.8.1
 PORTREVISION=	6
 CATEGORIES=	lang
-MASTER_SITES=	http://ofc.dvoudheusden.net/download/
+MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	vanilla@FreeBSD.org
 COMMENT=	The Objective-C Foundation Classes library
 
-LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
+LIB_DEPENDS=	expat:${PORTSDIR}/textproc/expat2 \
 		png15:${PORTSDIR}/graphics/png \
-		jpeg.11:${PORTSDIR}/graphics/jpeg \
-		freetype.9:${PORTSDIR}/print/freetype2
+		jpeg:${PORTSDIR}/graphics/jpeg \
+		freetype:${PORTSDIR}/print/freetype2
 
+PROJECTHOST=	${PORTNAME}
 USE_SDL=	sdl
 USE_AUTOTOOLS=	libtool
 USES=	pathfix
@@ -28,11 +29,11 @@ OPTIONS_DEFINE=	GDBM GMP
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGDBM}
-LIB_DEPENDS+=	gdbm.4:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+=	gdbm:${PORTSDIR}/databases/gdbm
 .endif
 
 .if ${PORT_OPTIONS:MGMP}
-LIB_DEPENDS+=	gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS+=	gmp:${PORTSDIR}/math/gmp
 .endif
 
 .if ${OSVERSION} >= 900000

Modified: head/lang/ofc/pkg-descr
==============================================================================
--- head/lang/ofc/pkg-descr	Thu May  2 15:16:15 2013	(r317127)
+++ head/lang/ofc/pkg-descr	Thu May  2 15:37:13 2013	(r317128)
@@ -6,4 +6,4 @@ c-wrappers, network and compound classes
 under development. The OFC library and the test and example programs are
 licensed under the GNU GPL.
 
-WWW: http://ofc.dvoudheusden.net
+WWW: https://code.google.com/p/ofc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305021537.r42FbDi5006465>