Bug 78493

Summary: Unbreak net/gnomba
Product: Ports & Packages Reporter: Guy Coleman <gtchask>
Component: Individual Port(s)Assignee: Dmitry Sivachenko <demon>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Guy Coleman 2005-03-06 15:50:02 UTC
Unbreak net/gnomba by adding gnomehier to USE_GNOME

How-To-Repeat: N/A
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-03-06 15:53:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer.
Comment 2 Guy Coleman 2005-03-17 22:12:57 UTC
Also bump port revision:


Index: Makefile
===================================================================
RCS file: /vol1/FreeBSD-CVS/ports/net/gnomba/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile    28 Feb 2005 00:29:00 -0000      1.15
+++ Makefile    17 Mar 2005 22:09:44 -0000
@@ -7,7 +7,7 @@

  PORTNAME=      gnomba
  PORTVERSION=   0.6.2
-PORTREVISION=  1
+PORTREVISION=  2
  CATEGORIES=    net gnome
  MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=    gnomba
@@ -15,10 +15,8 @@
  MAINTAINER=    demon@FreeBSD.org
  COMMENT=       GNOME compliant browser of SMB shares

-BROKEN=                Incomplete pkg-plist
-
  USE_GMAKE=     yes
-USE_GNOME=     gnomeprefix gnomehack gnomelibs
+USE_GNOME=     gnomeprefix gnomehack gnomelibs gnomehier
  USE_PERL5_BUILD=yes
  GNU_CONFIGURE= yes
  CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
Comment 3 Dmitry Sivachenko freebsd_committer freebsd_triage 2005-04-04 13:11:58 UTC
State Changed
From-To: open->closed

Patch committed, thanks!