Bug 182826 - deskutils/fet update to 5.20.1
Summary: deskutils/fet update to 5.20.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 11:50 UTC by Zsolt Udvari
Modified: 2013-10-26 15:00 UTC (History)
0 users

See Also:


Attachments
fet-5.20.1.diff (920 bytes, patch)
2013-10-08 11:50 UTC, Zsolt Udvari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zsolt Udvari freebsd_committer freebsd_triage 2013-10-08 11:50:00 UTC
    deskutils/fet update to 5.20.1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-08 11:50:07 UTC
Maintainer of deskutils/fet,

Please note that PR ports/182826 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182826

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-08 11:50:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-10-26 14:36:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-10-26 14:51:29 UTC
Author: wg
Date: Sat Oct 26 13:51:21 2013
New Revision: 331690
URL: http://svnweb.freebsd.org/changeset/ports/331690

Log:
  deskutils/fet: update to 5.20.1
  
  - Update to 5.20.1 [1]
  - Allow staging
  - Use options helpers
  
  PR:		ports/182826
  Submitted by:	Zsolt Udvari <udvzsolt gmail.com>
  Approved by:	maintainer (timeout)

Modified:
  head/deskutils/fet/Makefile
  head/deskutils/fet/distinfo
  head/deskutils/fet/pkg-plist

Modified: head/deskutils/fet/Makefile
==============================================================================
--- head/deskutils/fet/Makefile	Sat Oct 26 13:50:36 2013	(r331689)
+++ head/deskutils/fet/Makefile	Sat Oct 26 13:51:21 2013	(r331690)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fet
-PORTVERSION=	5.19.3
+PORTVERSION=	5.20.1
 CATEGORIES=	deskutils kde
 MASTER_SITES=	http://lalescu.ro/liviu/fet/download/ \
 		http://lalescu.ro/liviu/fet/download/old/ \
@@ -20,8 +20,6 @@ USE_QT4=	gui network xml \
 		moc_build qmake_build rcc_build uic_build
 HAS_CONFIGURE=	yes
 
-MAN1=		fet.1
-
 PORTEXAMPLES=	*
 
 DESKTOP_ENTRIES="FET" \
@@ -31,14 +29,10 @@ DESKTOP_ENTRIES="FET" \
 		"Education;Qt;" \
 		true
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	EXAMPLES NLS
+OPTIONS_SUB=	yes
 
-.if ${PORT_OPTIONS:MNLS}
-PLIST_SUB+=	NLS=""
-.else
-PLIST_SUB+=	NLS="@comment "
-.endif
+.include <bsd.port.options.mk>
 
 post-patch:
 	${REINPLACE_CMD} -e 's|/usr/share/fet|${DATADIR}|g' \
@@ -49,16 +43,16 @@ do-configure:
 		${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/fet ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/fet-cl ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/doc/fet.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/fet ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/fet-cl ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/doc/fet.1 ${STAGEDIR}${MANPREFIX}/man/man1
 .if ${PORT_OPTIONS:MEXAMPLES}
-	${MKDIR} ${EXAMPLESDIR}
-	cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \. ${EXAMPLESDIR}
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \. ${STAGEDIR}${EXAMPLESDIR}
 .endif
 .if ${PORT_OPTIONS:MNLS}
-	${MKDIR} ${DATADIR}/translations
-	cd ${WRKSRC}/translations && ${INSTALL_DATA} *.qm ${DATADIR}/translations
+	${MKDIR} ${STAGEDIR}${DATADIR}/translations
+	cd ${WRKSRC}/translations && ${INSTALL_DATA} *.qm ${STAGEDIR}${DATADIR}/translations
 .endif
 
 .include <bsd.port.mk>

Modified: head/deskutils/fet/distinfo
==============================================================================
--- head/deskutils/fet/distinfo	Sat Oct 26 13:50:36 2013	(r331689)
+++ head/deskutils/fet/distinfo	Sat Oct 26 13:51:21 2013	(r331690)
@@ -1,2 +1,2 @@
-SHA256 (fet-5.19.3.tar.bz2) = 3f9b470e0f729bedb1ab73552f577e796e33885a2e46e8a914624e928dca4d00
-SIZE (fet-5.19.3.tar.bz2) = 7870089
+SHA256 (fet-5.20.1.tar.bz2) = 4c34b05ff6fd87326f736c7d7598e82759fcfd09701568703d9687e50c407fd2
+SIZE (fet-5.20.1.tar.bz2) = 7981564

Modified: head/deskutils/fet/pkg-plist
==============================================================================
--- head/deskutils/fet/pkg-plist	Sat Oct 26 13:50:36 2013	(r331689)
+++ head/deskutils/fet/pkg-plist	Sat Oct 26 13:51:21 2013	(r331690)
@@ -1,5 +1,6 @@
 bin/fet
 bin/fet-cl
+man/man1/fet.1.gz
 %%NLS%%%%DATADIR%%/translations/fet_ar.qm
 %%NLS%%%%DATADIR%%/translations/fet_ca.qm
 %%NLS%%%%DATADIR%%/translations/fet_da.qm
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 William Grzybowski freebsd_committer freebsd_triage 2013-10-26 14:53:04 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!