svn commit: r310099 - head/x11-fm/pcmanfm

Chris Rees utisoft at gmail.com
Tue Jan 8 16:38:45 UTC 2013


On 8 Jan 2013 16:24, "Kris Moore" <kmoore at freebsd.org> wrote:
>
> Author: kmoore
> Date: Tue Jan  8 16:24:07 2013
> New Revision: 310099
> URL: http://svnweb.freebsd.org/changeset/ports/310099
>
> Log:
>   Update to 1.1.0
>
>   PR: 175100  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=175100
>   Submitted by: Po-Chien Lin <linpc at cs.nctu.edu.tw>
>
> Modified:
>   head/x11-fm/pcmanfm/Makefile
>   head/x11-fm/pcmanfm/distinfo
>   head/x11-fm/pcmanfm/pkg-plist
>
> Modified: head/x11-fm/pcmanfm/Makefile
>
==============================================================================
> --- head/x11-fm/pcmanfm/Makefile        Tue Jan  8 16:22:40 2013
 (r310098)
> +++ head/x11-fm/pcmanfm/Makefile        Tue Jan  8 16:24:07 2013
 (r310099)
> @@ -1,21 +1,18 @@
> -# New ports collection makefile for:   x11-fm/pcmanfm
> -# Date created:                                27 March 2008
> -# Whom:                                        Martin Tournoij <
carpetsmoker at xs4all.nl>
> -#
> -# $Carpetsmoker: ports/x11-fm/pcmanfm/Makefile,v 1.2 2008/04/06 20:25:05
carpetsmoker Exp $
> +# Created by: Martin Tournoij <carpetsmoker at xs4all.nl>
>  # $FreeBSD$
> -#
>
>  PORTNAME=      pcmanfm
> -PORTVERSION=   1.0
> +PORTVERSION=   1.1.0
>  CATEGORIES=    x11-fm
>  MASTER_SITES=
 SF/${PORTNAME}/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/
>
>  MAINTAINER=    kmoore at FreeBSD.org
>  COMMENT=       PCMan File Manager
>
> +LICENSE=       GPLv2
> +
>  LIB_DEPENDS=
startup-notification-1:${PORTSDIR}/x11/startup-notification \
> -               fm-gtk.3:${PORTSDIR}/x11/libfm
> +               fm-gtk.4:${PORTSDIR}/x11/libfm
>
>  USE_GNOME=     gtk20
>  USE_AUTOTOOLS= libtool
> @@ -26,11 +23,11 @@ LDFLAGS+=   -L${LOCALBASE}/lib
>
>  MAN1=          pcmanfm.1
>
> -OPTIONS=       NLS "Native Language Support (devel/gettext)" on
> +OPTIONS_DEFINE=        NLS

Is it worth having this as an OPTION? This tends to be a system-wide
setting.

Chris


More information about the svn-ports-all mailing list