svn commit: r391499 - head/x11/startup-notification

Koop Mast kwm at FreeBSD.org
Tue Jul 7 10:39:43 UTC 2015


Author: kwm
Date: Tue Jul  7 10:39:42 2015
New Revision: 391499
URL: https://svnweb.freebsd.org/changeset/ports/391499

Log:
  Drop .la file.
  
  While here, remove obsolete MCom tag

Modified:
  head/x11/startup-notification/Makefile
  head/x11/startup-notification/pkg-plist

Modified: head/x11/startup-notification/Makefile
==============================================================================
--- head/x11/startup-notification/Makefile	Tue Jul  7 10:20:32 2015	(r391498)
+++ head/x11/startup-notification/Makefile	Tue Jul  7 10:39:42 2015	(r391499)
@@ -1,10 +1,9 @@
 # Created by: Joe Marcus Clarke <marcus at FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/x11/startup-notification/Makefile,v 1.10 2010/07/21 18:04:43 mezz Exp $
 
 PORTNAME=	startup-notification
 PORTVERSION=	0.12
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11 gnome
 MASTER_SITES=	http://www.freedesktop.org/software/startup-notification/releases/
 DIST_SUBDIR=	gnome2
@@ -15,7 +14,7 @@ COMMENT=	Library that supports startup n
 LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
 
 USE_XORG=	x11
-USES=		gmake libtool:keepla pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/x11/startup-notification/pkg-plist
==============================================================================
--- head/x11/startup-notification/pkg-plist	Tue Jul  7 10:20:32 2015	(r391498)
+++ head/x11/startup-notification/pkg-plist	Tue Jul  7 10:39:42 2015	(r391499)
@@ -5,7 +5,6 @@ include/startup-notification-1.0/libsn/s
 include/startup-notification-1.0/libsn/sn-util.h
 include/startup-notification-1.0/libsn/sn.h
 lib/libstartup-notification-1.a
-lib/libstartup-notification-1.la
 lib/libstartup-notification-1.so
 lib/libstartup-notification-1.so.0
 lib/libstartup-notification-1.so.0.0.0


More information about the svn-ports-head mailing list