svn commit: r357442 - head/editors/gobby

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 11 09:16:16 UTC 2014


Author: amdmi3
Date: Wed Jun 11 09:16:15 2014
New Revision: 357442
URL: http://svnweb.freebsd.org/changeset/ports/357442
QAT: https://qat.redports.org/buildarchive/r357442/

Log:
  - Stagify
  - Use new LIB_DEPENDS syntax
  - Don't try to remove mtree directories
  
  Approved by:	portmgr blanket

Modified:
  head/editors/gobby/Makefile
  head/editors/gobby/pkg-plist

Modified: head/editors/gobby/Makefile
==============================================================================
--- head/editors/gobby/Makefile	Wed Jun 11 09:16:07 2014	(r357441)
+++ head/editors/gobby/Makefile	Wed Jun 11 09:16:15 2014	(r357442)
@@ -11,10 +11,10 @@ COMMENT=	Free collaborative editor
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	obby-0.4.1:${PORTSDIR}/devel/obby \
-		net6-1.3.0:${PORTSDIR}/net/net6 \
-		xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \
-		gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
+LIB_DEPENDS=	libobby.so:${PORTSDIR}/devel/obby \
+		libnet6-1.3.so:${PORTSDIR}/net/net6 \
+		libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \
+		libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
 
 OPTIONS_DEFINE=	GTKSPELL NLS
 GTKSPELL_DESC=	Enable GtkSpell support
@@ -24,9 +24,6 @@ USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 
-MAN1=		${PORTNAME}.1
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGTKSPELL}

Modified: head/editors/gobby/pkg-plist
==============================================================================
--- head/editors/gobby/pkg-plist	Wed Jun 11 09:16:07 2014	(r357441)
+++ head/editors/gobby/pkg-plist	Wed Jun 11 09:16:15 2014	(r357442)
@@ -1,4 +1,5 @@
 bin/gobby
+man/man1/gobby.1.gz
 %%DATADIR%%/icons/HighContrastLargePrint/48x48/actions/chat.png
 %%DATADIR%%/icons/HighContrastLargePrint/48x48/actions/document-list.png
 %%DATADIR%%/icons/HighContrastLargePrint/48x48/actions/user-list.png
@@ -52,35 +53,9 @@ share/icons/hicolor/scalable/apps/gobby.
 %%NLS%%share/locale/uk/LC_MESSAGES/gobby.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/gobby.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/gobby.mo
- at dirrmtry share/locale/zh_TW/LC_MESSAGES
- at dirrmtry share/locale/zh_CN/LC_MESSAGES
- at dirrmtry share/locale/uk/LC_MESSAGES
- at dirrmtry share/locale/th/LC_MESSAGES
- at dirrmtry share/locale/sv/LC_MESSAGES
- at dirrmtry share/locale/ru/LC_MESSAGES
- at dirrmtry share/locale/pt_BR/LC_MESSAGES
- at dirrmtry share/locale/pt/LC_MESSAGES
- at dirrmtry share/locale/pl/LC_MESSAGES
 @dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/nl/LC_MESSAGES
- at dirrmtry share/locale/ko/LC_MESSAGES
- at dirrmtry share/locale/ja/LC_MESSAGES
- at dirrmtry share/locale/it/LC_MESSAGES
- at dirrmtry share/locale/hr/LC_MESSAGES
- at dirrmtry share/locale/he/LC_MESSAGES
 @dirrmtry share/locale/gv/LC_MESSAGES
 @dirrmtry share/locale/gv
- at dirrmtry share/locale/fr/LC_MESSAGES
- at dirrmtry share/locale/fi/LC_MESSAGES
- at dirrmtry share/locale/eu/LC_MESSAGES
- at dirrmtry share/locale/es/LC_MESSAGES
- at dirrmtry share/locale/en_GB/LC_MESSAGES
- at dirrmtry share/locale/el/LC_MESSAGES
- at dirrmtry share/locale/de/LC_MESSAGES
- at dirrmtry share/locale/da/LC_MESSAGES
- at dirrmtry share/locale/cs/LC_MESSAGES
- at dirrmtry share/locale/ca/LC_MESSAGES
- at dirrmtry share/locale/bg/LC_MESSAGES
 @dirrmtry share/locale/ast/LC_MESSAGES
 @dirrmtry share/icons/HighContrastLargePrintInverse/scalable/apps
 @dirrmtry share/icons/HighContrastLargePrintInverse/scalable


More information about the svn-ports-head mailing list