[Midnightbsd-cvs] mports [17632] trunk/deskutils/drivel/pkg-plist: drivel 3.0.5

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 28 18:24:10 EDT 2014


Revision: 17632
          http://svnweb.midnightbsd.org/mports/?rev=17632
Author:   laffer1
Date:     2014-09-28 18:24:08 -0400 (Sun, 28 Sep 2014)
Log Message:
-----------
drivel 3.0.5

Modified Paths:
--------------
    trunk/deskutils/drivel/Makefile
    trunk/deskutils/drivel/distinfo
    trunk/deskutils/drivel/pkg-descr
    trunk/deskutils/drivel/pkg-plist

Property Changed:
----------------
    trunk/deskutils/drivel/pkg-descr

Modified: trunk/deskutils/drivel/Makefile
===================================================================
--- trunk/deskutils/drivel/Makefile	2014-09-28 14:55:58 UTC (rev 17631)
+++ trunk/deskutils/drivel/Makefile	2014-09-28 22:24:08 UTC (rev 17632)
@@ -1,56 +1,39 @@
 # $MidnightBSD$
 
 PORTNAME=	drivel
-PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTVERSION=	3.0.5
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	SF/${PORTNAME}/Drivel%20%28stable%29/${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Blog editor for GNOME
+
 LICENSE=	gpl2
 
-LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libsoup-2.4.so:${PORTSDIR}/devel/libsoup
 
+OPTIONS_DEFINE=	GTKSPELL
+OPTIONS_DEFAULT=	GTKSPELL
+GTKSPELL_DESC=	Enable GtkSpell support
+
+USES=		desktop-file-utils gettext gmake libtool shared-mime-info pkgconfig tar:bzip2
+USE_GNOME=	gconf2 gnomedocutils gnomevfs2 gtksourceview2
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-error-on-warning
 INSTALLS_ICONS=	yes
-USE_XLIB=	yes
-USE_BZIP2=	yes
-USE_GNOME=	gnomeprefix gnomehack libgnomeui intlhack gtksourceview
-USE_BZIP2=	yes
-USE_GMAKE=	yes
 INSTALLS_OMF=	yes
-USE_AUTOTOOLS=	libtool
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
 
 GCONF_SCHEMAS=	drivel.schemas
 
-.ifndef(WITHOUT_RHYTHMBOX)
-CONFIGURE_ARGS+=	--with-rhythmbox
-BUILD_DEPENDS+=		rhythmbox:${PORTSDIR}/audio/rhythmbox
-RUN_DEPENDS+=		rhythmbox:${PORTSDIR}/audio/rhythmbox
-.else
-CONFIGURE_ARGS+=	--without-rhythmbox
-.endif
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib -lm
 
-.ifndef(WITHOUT_GTKSPELL)
-LIB_DEPENDS+=		gtkspell.0:${PORTSDIR}/textproc/gtkspell
-.else
-CONFIGURE_ARGS+=	--without-gtkspell
-.endif
+GTKSPELL_LIB_DEPENDS=	libgtkspell.so:${PORTSDIR}/textproc/gtkspell
+GTKSPELL_CONFIGURE_OFF=	--without-gtkspell
 
-pre-everything::
-	@${ECHO_MSG} ""
-	@${ECHO_MSG} "Define WITHOUT_RHYTHMBOX=yes to disable rhythmbox backend"
-	@${ECHO_MSG} "Define WITHOUT_GTKSPELL=yes to disable gtkspell"
-	@${ECHO_MSG} ""
-
 post-patch:
-	@${REINPLACE_CMD} -e 's|;;|;|g' \
-		${WRKSRC}/src/journal.c \
-		${WRKSRC}/src/msg_queue.c
+	@${REINPLACE_CMD} -e '/-g2/s|^|#|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|make -C|$$(MAKE) -C|g' ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e '/-ldl/s|^|#|g' ${WRKSRC}/src/Makefile.in
 
-pre-fake:
-	${MKDIR} ${FAKE_DESTDIR}/usr/local/share/mime/application
-
 .include <bsd.port.mk>

Modified: trunk/deskutils/drivel/distinfo
===================================================================
--- trunk/deskutils/drivel/distinfo	2014-09-28 14:55:58 UTC (rev 17631)
+++ trunk/deskutils/drivel/distinfo	2014-09-28 22:24:08 UTC (rev 17632)
@@ -1,4 +1,2 @@
-MD5 (drivel-2.0.3.tar.bz2) = 4ca65e32f5a839bd150c7662a2e9b5e1
-SHA256 (drivel-2.0.3.tar.bz2) = dcfb09c493a90c01f51dd6d559f31db3202118e56a55dcb97abd5a1d8396549c
-RMD160 (drivel-2.0.3.tar.bz2) = 1f7475472d720ebc80b75345fad5ef0eaa15e6de
-SIZE (drivel-2.0.3.tar.bz2) = 648882
+SHA256 (drivel-3.0.5.tar.bz2) = 71b4af2552c22124a20e0b40958103f41beb3cb591b7b7e0c184e2817554a3fb
+SIZE (drivel-3.0.5.tar.bz2) = 720517

Modified: trunk/deskutils/drivel/pkg-descr
===================================================================
--- trunk/deskutils/drivel/pkg-descr	2014-09-28 14:55:58 UTC (rev 17631)
+++ trunk/deskutils/drivel/pkg-descr	2014-09-28 22:24:08 UTC (rev 17632)
@@ -12,4 +12,4 @@
     * Journal system extensions, including LiveJournal security groups and
       MovableType categories
 
-WWW: http://www.dropline.net/drivel/
+WWW: http://drivel.sourceforge.net/


Property changes on: trunk/deskutils/drivel/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/deskutils/drivel/pkg-plist
===================================================================
--- trunk/deskutils/drivel/pkg-plist	2014-09-28 14:55:58 UTC (rev 17631)
+++ trunk/deskutils/drivel/pkg-plist	2014-09-28 22:24:08 UTC (rev 17632)
@@ -1,77 +1,81 @@
 bin/drivel
 share/application-registry/drivel.applications
 share/applications/gnome-drivel.desktop
-share/drivel/glade/drivel.glade
-share/drivel/languages/livejournal.lang
+%%DATADIR%%/glade/advogato.png
+%%DATADIR%%/glade/atom.png
+%%DATADIR%%/glade/blogger.png
+%%DATADIR%%/glade/checkbutton.xpm
+%%DATADIR%%/glade/combobox.xpm
+%%DATADIR%%/glade/community.png
+%%DATADIR%%/glade/doublearrow.png
+%%DATADIR%%/glade/drivel-24.png
+%%DATADIR%%/glade/drivel-gtk.glade
+%%DATADIR%%/glade/drivel_splash.png
+%%DATADIR%%/glade/entry.xpm
+%%DATADIR%%/glade/feed.png
+%%DATADIR%%/glade/hscale.xpm
+%%DATADIR%%/glade/insert_image.png
+%%DATADIR%%/glade/insert_object.png
+%%DATADIR%%/glade/leftarrow.png
+%%DATADIR%%/glade/livejournal.png
+%%DATADIR%%/glade/mt.png
+%%DATADIR%%/glade/private.png
+%%DATADIR%%/glade/protected.png
+%%DATADIR%%/glade/public.png
+%%DATADIR%%/glade/radiobutton.xpm
+%%DATADIR%%/glade/rightarrow.png
+%%DATADIR%%/glade/tray_livejournal.png
+%%DATADIR%%/glade/user.png
+%%DATADIR%%/glade/xmms.xpm
 share/gnome/help/drivel/C/drivel.xml
 share/gnome/help/drivel/C/legal.xml
-share/mime-info/drivel.keys
-share/mime-info/drivel.mime
-share/omf/drivel/drivel-C.omf
-share/pixmaps/drivel-48.png
-share/pixmaps/drivel/advogato.png
-share/pixmaps/drivel/atom.png
-share/pixmaps/drivel/blogger.png
-share/pixmaps/drivel/checkbutton.xpm
-share/pixmaps/drivel/combobox.xpm
-share/pixmaps/drivel/community.png
-share/pixmaps/drivel/doublearrow.png
-share/pixmaps/drivel/drivel_splash.png
-share/pixmaps/drivel/drivel-24.png
-share/pixmaps/drivel/entry.xpm
-share/pixmaps/drivel/feed.png
-share/pixmaps/drivel/hscale.xpm
-share/pixmaps/drivel/insert_image.png
-share/pixmaps/drivel/insert_object.png
-share/pixmaps/drivel/leftarrow.png
-share/pixmaps/drivel/livejournal.png
-share/pixmaps/drivel/mt.png
-share/pixmaps/drivel/private.png
-share/pixmaps/drivel/protected.png
-share/pixmaps/drivel/public.png
-share/pixmaps/drivel/radiobutton.xpm
-share/pixmaps/drivel/rightarrow.png
-share/pixmaps/drivel/user.png
-share/pixmaps/drivel/tray_livejournal.png
-share/pixmaps/drivel/xmms.xpm
+share/gnome/help/drivel/cs/drivel.xml
+share/gnome/help/drivel/de/drivel.xml
+share/gnome/help/drivel/pt/drivel.xml
+share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-drivel.png
+share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-drivel.png
+share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-drivel.png
+share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-drivel.png
 share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-drivel.png
+share/locale/ar/LC_MESSAGES/drivel.mo
 share/locale/bg/LC_MESSAGES/drivel.mo
+share/locale/ca/LC_MESSAGES/drivel.mo
 share/locale/cs/LC_MESSAGES/drivel.mo
 share/locale/de/LC_MESSAGES/drivel.mo
+share/locale/dz/LC_MESSAGES/drivel.mo
 share/locale/el/LC_MESSAGES/drivel.mo
-share/locale/en_CA/LC_MESSAGES/drivel.mo
-share/locale/en_GB/LC_MESSAGES/drivel.mo
 share/locale/es/LC_MESSAGES/drivel.mo
+share/locale/fi/LC_MESSAGES/drivel.mo
+share/locale/fr/LC_MESSAGES/drivel.mo
+share/locale/it/LC_MESSAGES/drivel.mo
 share/locale/ja/LC_MESSAGES/drivel.mo
+share/locale/lt/LC_MESSAGES/drivel.mo
 share/locale/nb/LC_MESSAGES/drivel.mo
+share/locale/ne/LC_MESSAGES/drivel.mo
 share/locale/nl/LC_MESSAGES/drivel.mo
 share/locale/no/LC_MESSAGES/drivel.mo
+share/locale/oc/LC_MESSAGES/drivel.mo
 share/locale/pa/LC_MESSAGES/drivel.mo
 share/locale/pl/LC_MESSAGES/drivel.mo
 share/locale/pt/LC_MESSAGES/drivel.mo
 share/locale/pt_BR/LC_MESSAGES/drivel.mo
+share/locale/ru/LC_MESSAGES/drivel.mo
 share/locale/rw/LC_MESSAGES/drivel.mo
 share/locale/sq/LC_MESSAGES/drivel.mo
 share/locale/sr/LC_MESSAGES/drivel.mo
 share/locale/sr at Latn/LC_MESSAGES/drivel.mo
 share/locale/sv/LC_MESSAGES/drivel.mo
+share/locale/te/LC_MESSAGES/drivel.mo
+share/locale/th/LC_MESSAGES/drivel.mo
+share/locale/vi/LC_MESSAGES/drivel.mo
 share/locale/zh_CN/LC_MESSAGES/drivel.mo
+share/locale/zh_HK/LC_MESSAGES/drivel.mo
 share/locale/zh_TW/LC_MESSAGES/drivel.mo
- at comment share/mime/application/x-drivel.xml
+share/mime-info/drivel.keys
+share/mime-info/drivel.mime
 share/mime/packages/drivel.xml
- at unexec /bin/rmdir %D/share/locale/rw/LC_MESSAGES 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D/share/locale/rw 2>/dev/null || /usr/bin/true
- at dirrmtry share/icons/gnome/48x48/mimetypes
- at dirrmtry share/icons/gnome/48x48
- at dirrm share/pixmaps/drivel
- at dirrm share/omf/drivel
- at dirrm share/gnome/help/drivel/C
- at dirrm share/gnome/help/drivel
- at dirrm share/drivel/languages
- at dirrm share/drivel/glade
- at dirrm share/drivel
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/applications
+share/omf/drivel/drivel-C.omf
+share/omf/drivel/drivel-cs.omf
+share/omf/drivel/drivel-de.omf
+share/omf/drivel/drivel-pt.omf
+share/pixmaps/drivel-48.png



More information about the Midnightbsd-cvs mailing list