From owner-svn-ports-head@freebsd.org Wed Oct 14 23:52:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 833BEA1514F; Wed, 14 Oct 2015 23:52:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E0BA2D7; Wed, 14 Oct 2015 23:52:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9ENq0Tu055524; Wed, 14 Oct 2015 23:52:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9ENq0f1055523; Wed, 14 Oct 2015 23:52:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510142352.t9ENq0f1055523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 14 Oct 2015 23:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399319 - head/deskutils/notify-osd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2015 23:52:01 -0000 Author: amdmi3 Date: Wed Oct 14 23:52:00 2015 New Revision: 399319 URL: https://svnweb.freebsd.org/changeset/ports/399319 Log: - Add LICENSE - Drop 8.x support Approved by: portmgr blanket Modified: head/deskutils/notify-osd/Makefile Modified: head/deskutils/notify-osd/Makefile ============================================================================== --- head/deskutils/notify-osd/Makefile Wed Oct 14 23:51:30 2015 (r399318) +++ head/deskutils/notify-osd/Makefile Wed Oct 14 23:52:00 2015 (r399319) @@ -12,6 +12,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= On-screen-display notification agent using libnotify LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libnotify.so:${PORTSDIR}/devel/libnotify @@ -26,13 +27,7 @@ USE_XORG= pixman x11 LIBS+= -L${LOCALBASE}/lib -lpixman-1 -lX11 -.include - post-patch: @${REINPLACE_CMD} '/SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in -.if ${OSVERSION} < 900033 - @${REINPLACE_CMD} 's/-Bsymbolic-functions/-Bsymbolic/' \ - ${WRKSRC}/src/Makefile.in -.endif .include