svn commit: r317128 - head/lang/ofc

Vanilla I. Shu vanilla at FreeBSD.org
Thu May 2 15:37:14 UTC 2013


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 at 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


More information about the svn-ports-all mailing list