diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-02-24 06:08:03 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-02-24 06:08:03 +0800 |
commit | f83a62578f6b60b8a2d89d4f36d3604dbb99fb67 (patch) | |
tree | 2b48669eb97eaa9ba43a3444ef0dfe9cc0f1b1ea /deskutils | |
parent | 851186c76753656a6c11a31b121cb2873afae68a (diff) | |
download | freebsd-ports-gnome-f83a62578f6b60b8a2d89d4f36d3604dbb99fb67.tar.gz freebsd-ports-gnome-f83a62578f6b60b8a2d89d4f36d3604dbb99fb67.tar.zst freebsd-ports-gnome-f83a62578f6b60b8a2d89d4f36d3604dbb99fb67.zip |
x11/libfm
- Update to 1.2.0
- Add dependency for textproc/p5-XML-Parser
- ADD USE_XZ=yes
- Add USES desktop-file-utils shared-mime-info
- Add USE_AUTOTOOLS=aclocal automake
- Strip executables and/or libraries
- Add DOCS and Option
- Add MAJORVER, VER and PLIST_SUB
- Change REINPLACE, remove obsolete and libfm-gtk3.pc [1]
- Remove obsolete pre-install
- Added executable and desktop for lxshortcut [1]
- Update WWW
x11-fm/pcmanfm
- Update to 1.2.0
- Remove dependency for x11/startup-notification [1]
- ADD USE_XZ=yes
- Add USES desktop-file-utils pathfix
- Add DEBUG and DOCS Options, add DOCS
- Add patch [1]
- Update WWW
deskutils/lxshortcut
- Add conflict with libfm-1.2.0
- Mark DEPRECATED, set EXPIRATION_DATE
x11/lxde-meta
- Bump PORTREVISION
- Remove dependency for deskutils/lxshortcut
Reported by:<-->Upstream (IRC) [1]
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/lxshortcut/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deskutils/lxshortcut/Makefile b/deskutils/lxshortcut/Makefile index 39a556c45f12..4d0572816324 100644 --- a/deskutils/lxshortcut/Makefile +++ b/deskutils/lxshortcut/Makefile @@ -25,6 +25,11 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFLICTS= libfm-1.2.0 + +DEPRECATED= Now distributed with x11/libfm-1.2.0 +EXPIRATION_DATE=2014-03-23 + PORTDOCS= README OPTIONS_DEFINE= DOCS NLS |