[Midnightbsd-cvs] mports [18876] trunk/textproc/gtkspell: fixup plist

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 9 10:44:48 EDT 2015


Revision: 18876
          http://svnweb.midnightbsd.org/mports/?rev=18876
Author:   laffer1
Date:     2015-05-09 10:44:48 -0400 (Sat, 09 May 2015)
Log Message:
-----------
fixup plist

Modified Paths:
--------------
    trunk/textproc/gtkspell/Makefile
    trunk/textproc/gtkspell/distinfo
    trunk/textproc/gtkspell/pkg-plist

Modified: trunk/textproc/gtkspell/Makefile
===================================================================
--- trunk/textproc/gtkspell/Makefile	2015-05-09 14:43:41 UTC (rev 18875)
+++ trunk/textproc/gtkspell/Makefile	2015-05-09 14:44:48 UTC (rev 18876)
@@ -2,9 +2,10 @@
 
 PORTNAME=	gtkspell
 PORTVERSION=	2.0.16
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	textproc gnome
-MASTER_SITES=	http://gtkspell.sourceforge.net/download/
+MASTER_SITES=	${MASTER_SITE_FREEBSD_LOCAL}
+MASTER_SITE_SUBDIR=	marcus
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A GTK+ 2 spell checking component
@@ -12,16 +13,14 @@
 
 .if !defined(REFERENCE_PORT)
 
-LIB_DEPENDS=	enchant.1:${PORTSDIR}/textproc/enchant
+LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant
 
-MAKE_JOBS_SAFE=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix gnomehack gtk20 intlhack
-USE_GETTEXT=	yes
+USES=		gettext gmake libtool:keepla pathfix pkgconfig
+USE_GNOME=	gnomeprefix gtk20 intlhack
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+GNU_CONFIGURE=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in

Modified: trunk/textproc/gtkspell/distinfo
===================================================================
--- trunk/textproc/gtkspell/distinfo	2015-05-09 14:43:41 UTC (rev 18875)
+++ trunk/textproc/gtkspell/distinfo	2015-05-09 14:44:48 UTC (rev 18876)
@@ -1,4 +1,2 @@
-MD5 (gtkspell-2.0.16.tar.gz) = f75dcc9338f182c571b321d37c606a94
 SHA256 (gtkspell-2.0.16.tar.gz) = 8fc7dc560167b2cb7193e76aca625a152dc19b0ebf49816b78539cbb90d80d02
-RMD160 (gtkspell-2.0.16.tar.gz) = 92c29780a43cd6fa2270d5ee77f9bc1ac09e56df
 SIZE (gtkspell-2.0.16.tar.gz) = 351277

Modified: trunk/textproc/gtkspell/pkg-plist
===================================================================
--- trunk/textproc/gtkspell/pkg-plist	2015-05-09 14:43:41 UTC (rev 18875)
+++ trunk/textproc/gtkspell/pkg-plist	2015-05-09 14:44:48 UTC (rev 18876)
@@ -3,6 +3,7 @@
 lib/libgtkspell.la
 lib/libgtkspell.so
 lib/libgtkspell.so.0
+lib/libgtkspell.so.0.0.0
 libdata/pkgconfig/gtkspell-2.0.pc
 share/locale/af/LC_MESSAGES/gtkspell.mo
 share/locale/be/LC_MESSAGES/gtkspell.mo
@@ -49,15 +50,3 @@
 share/locale/zh_CN/LC_MESSAGES/gtkspell.mo
 share/locale/zh_HK/LC_MESSAGES/gtkspell.mo
 share/locale/zh_TW/LC_MESSAGES/gtkspell.mo
- at dirrm include/gtkspell-2.0/gtkspell
- at dirrm include/gtkspell-2.0
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/rm/LC_MESSAGES
- at dirrmtry share/locale/rm
- at dirrmtry share/locale/ky/LC_MESSAGES
- at dirrmtry share/locale/ky
- at dirrmtry share/locale/hy/LC_MESSAGES
- at dirrmtry share/locale/hy



More information about the Midnightbsd-cvs mailing list