Date: Wed, 11 Jan 2017 13:34:56 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431180 - head/news/pan Message-ID: <201701111334.v0BDYuTI087174@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Wed Jan 11 13:34:56 2017 New Revision: 431180 URL: https://svnweb.freebsd.org/changeset/ports/431180 Log: Update pan to 0.141. Register indirect dependancies. Modified: head/news/pan/Makefile head/news/pan/distinfo head/news/pan/pkg-plist Modified: head/news/pan/Makefile ============================================================================== --- head/news/pan/Makefile Wed Jan 11 13:32:58 2017 (r431179) +++ head/news/pan/Makefile Wed Jan 11 13:34:56 2017 (r431180) @@ -1,10 +1,8 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/news/pan/Makefile,v 1.7 2008/01/19 22:45:42 mezz Exp $ PORTNAME= pan -PORTVERSION= 0.140 -PORTREVISION= 2 +PORTVERSION= 0.141 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/ DIST_SUBDIR= gnome2 @@ -15,10 +13,13 @@ COMMENT= Threaded GTK+ newsreader based LICENSE= GPLv2 LIB_DEPENDS= libpcre.so:devel/pcre \ + libenchant.so:textproc/enchant \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ libgmime-2.6.so:mail/gmime26 USES= gmake iconv localbase pathfix pkgconfig tar:bzip2 -USE_GNOME= intlhack +USE_GNOME= cairo gdkpixbuf2 intlhack GNU_CONFIGURE= yes LDFLAGS+= -lgnuregex ${ICONV_LIB} Modified: head/news/pan/distinfo ============================================================================== --- head/news/pan/distinfo Wed Jan 11 13:32:58 2017 (r431179) +++ head/news/pan/distinfo Wed Jan 11 13:34:56 2017 (r431180) @@ -1,2 +1,3 @@ -SHA256 (gnome2/pan-0.140.tar.bz2) = ba1c65ee75b9eca1f15f6249ea762492309731446edc8b09085b63ad34351c71 -SIZE (gnome2/pan-0.140.tar.bz2) = 1563454 +TIMESTAMP = 1483999180 +SHA256 (gnome2/pan-0.141.tar.bz2) = ffa63cd078afa18496be86a76db9370eb0ccdab5ae1f2f74ef5adc7753d11aa3 +SIZE (gnome2/pan-0.141.tar.bz2) = 1589991 Modified: head/news/pan/pkg-plist ============================================================================== --- head/news/pan/pkg-plist Wed Jan 11 13:32:58 2017 (r431179) +++ head/news/pan/pkg-plist Wed Jan 11 13:34:56 2017 (r431180) @@ -33,6 +33,7 @@ share/appdata/pan.appdata.xml %%NLS%%share/locale/nb/LC_MESSAGES/pan.mo %%NLS%%share/locale/nl/LC_MESSAGES/pan.mo %%NLS%%share/locale/oc/LC_MESSAGES/pan.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pan.mo %%NLS%%share/locale/pt/LC_MESSAGES/pan.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pan.mo %%NLS%%share/locale/ro/LC_MESSAGES/pan.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701111334.v0BDYuTI087174>