svn commit: r353733 - head/japanese/ochusha

Pawel Pekala pawel at FreeBSD.org
Sun May 11 21:10:52 UTC 2014


Author: pawel
Date: Sun May 11 21:10:51 2014
New Revision: 353733
URL: http://svnweb.freebsd.org/changeset/ports/353733
QAT: https://qat.redports.org/buildarchive/r353733/

Log:
  - Add staging support
  - Convert to USES=libtool
  - Install striped binaries

Modified:
  head/japanese/ochusha/Makefile
  head/japanese/ochusha/pkg-plist

Modified: head/japanese/ochusha/Makefile
==============================================================================
--- head/japanese/ochusha/Makefile	Sun May 11 21:09:04 2014	(r353732)
+++ head/japanese/ochusha/Makefile	Sun May 11 21:10:51 2014	(r353733)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ochusha
 PORTVERSION=	0.5.8.2
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	japanese
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=		ochusha/16560
@@ -11,22 +11,17 @@ MASTER_SITE_SUBDIR=		ochusha/16560
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GUI BBS browser for 2ch.net
 
-MAN1=		ochusha.1
-MANCOMPRESSED=	no
-
-USES=		pkgconfig
-USE_BZIP2=	yes
+USES=		libtool pkgconfig tar:bzip2
 USE_GNOME=	glib20 gtk20 libxml2
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
 
 DESKTOP_ENTRIES="Ochusha" "${COMMENT}" \
 		"${PREFIX}/share/ochusha/ochusha32.xpm" \
 		"ochusha" "Network;" \
 		false
 
-NO_STAGE=	yes
 post-patch:
 	@${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \
 		's|-DG.*_DISABLE_DEPRECATED||g'

Modified: head/japanese/ochusha/pkg-plist
==============================================================================
--- head/japanese/ochusha/pkg-plist	Sun May 11 21:09:04 2014	(r353732)
+++ head/japanese/ochusha/pkg-plist	Sun May 11 21:10:51 2014	(r353733)
@@ -1,20 +1,21 @@
 bin/ochusha
 lib/libmodifiedghttp.a
-lib/libmodifiedghttp.la
 lib/libmodifiedghttp.so.1
+lib/libmodifiedghttp.so.1.0.0
 lib/libmodifiedghttp.so
 lib/libmodifiedgtk2.a
-lib/libmodifiedgtk2.la
 lib/libmodifiedgtk2.so.0
+lib/libmodifiedgtk2.so.0.0.2
 lib/libmodifiedgtk2.so
 lib/libochusha.a
-lib/libochusha.la
-lib/libochusha.so.5
+lib/libochusha.so.0
+lib/libochusha.so.0.5.8
 lib/libochusha.so
 lib/libtsengine.a
-lib/libtsengine.la
 lib/libtsengine.so.0
+lib/libtsengine.so.0.0.1
 lib/libtsengine.so
+man/man1/ochusha.1.gz
 share/locale/ja/LC_MESSAGES/ochusha.mo
 share/ochusha/aalist.txt
 share/ochusha/ca-bundle.crt


More information about the svn-ports-head mailing list