Bug 181464

Summary: deskutils/fet: update to 5.19.3
Product: Ports & Packages Reporter: Max Brazhnikov <makc>
Component: Individual Port(s)Assignee: Max Brazhnikov <makc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Max Brazhnikov freebsd_committer freebsd_triage 2013-08-22 15:00:00 UTC
patch prepared by Zsolt Udvari <udvzsolt at gmail.com>

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-22 15:13:31 UTC
Maintainer of deskutils/fet,

Please note that PR ports/181464 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/181464

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

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2013-08-22 23:03:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-09-17 20:05:06 UTC
Author: makc
Date: Tue Sep 17 19:04:58 2013
New Revision: 327501
URL: http://svnweb.freebsd.org/changeset/ports/327501

Log:
  - Update tp 5.19.3
  - Install cli version of FET
  
  PR:		ports/181464
  Submitted by:	Zsolt Udvari <udvzsolt at gmail.com>

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

Modified: head/deskutils/fet/Makefile
==============================================================================
--- head/deskutils/fet/Makefile	Tue Sep 17 18:21:15 2013	(r327500)
+++ head/deskutils/fet/Makefile	Tue Sep 17 19:04:58 2013	(r327501)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fet
-PORTVERSION=	5.18.2
-PORTREVISION=	1
+PORTVERSION=	5.19.3
 CATEGORIES=	deskutils kde
 MASTER_SITES=	http://lalescu.ro/liviu/fet/download/ \
 		http://lalescu.ro/liviu/fet/download/old/ \
@@ -50,6 +49,7 @@ do-configure:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fet ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/fet-cl ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/doc/fet.1 ${MANPREFIX}/man/man1
 .if ${PORT_OPTIONS:MEXAMPLES}
 	${MKDIR} ${EXAMPLESDIR}

Modified: head/deskutils/fet/distinfo
==============================================================================
--- head/deskutils/fet/distinfo	Tue Sep 17 18:21:15 2013	(r327500)
+++ head/deskutils/fet/distinfo	Tue Sep 17 19:04:58 2013	(r327501)
@@ -1,2 +1,2 @@
-SHA256 (fet-5.18.2.tar.bz2) = bead2ff4bd67733e26c81973a8fac3fcb0f08e22a2450d6c971ecf2c7e39fea8
-SIZE (fet-5.18.2.tar.bz2) = 7676275
+SHA256 (fet-5.19.3.tar.bz2) = 3f9b470e0f729bedb1ab73552f577e796e33885a2e46e8a914624e928dca4d00
+SIZE (fet-5.19.3.tar.bz2) = 7870089

Modified: head/deskutils/fet/pkg-plist
==============================================================================
--- head/deskutils/fet/pkg-plist	Tue Sep 17 18:21:15 2013	(r327500)
+++ head/deskutils/fet/pkg-plist	Tue Sep 17 19:04:58 2013	(r327501)
@@ -1,4 +1,5 @@
 bin/fet
+bin/fet-cl
 %%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 Max Brazhnikov freebsd_committer freebsd_triage 2013-09-17 20:05:38 UTC
State Changed
From-To: feedback->closed

Committed.