Bug 161662 - [patch] databases/cego 2.11.2 -> 2.11.3
Summary: [patch] databases/cego 2.11.2 -> 2.11.3
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: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-14 20:10 UTC by Kurt Jaeger
Modified: 2011-10-16 16:12 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.11 KB, patch)
2011-10-14 20:10 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2011-10-14 20:10:06 UTC
	[patch update] databases/cego 2.11.2 -> 2.11.3

How-To-Repeat: 	-
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2011-10-15 22:30:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

I'll take it.
Comment 2 Kurt Jaeger 2011-10-16 15:37:25 UTC
Hi!

Update to 2.11.4:

----------
diff -r -u databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile
--- databases/cego/Makefile	2011-09-24 23:24:59.000000000 +0200
+++ /usr/home/pi/myp/databases/cego/Makefile	2011-10-16 16:25:32.000000000 +0200
@@ -2,10 +2,10 @@
 
 PORTNAME=	cego
-PORTVERSION=	2.11.2
+PORTVERSION=	2.11.4
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
@@ -18,8 +18,8 @@
 		lfcxml.1:${PORTSDIR}/devel/lfcxml
 
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+CPPFLAGS=	"-I${LOCALBASE}/include"
+CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib"
 
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf:env
diff -r -u databases/cego/distinfo /usr/home/pi/myp/databases/cego/distinfo
--- databases/cego/distinfo	2011-09-23 23:25:09.000000000 +0200
+++ /usr/home/pi/myp/databases/cego/distinfo	2011-10-16 16:25:49.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (cego-2.11.2.tar.gz) = 559bb808d68725405092beac429c63dd04d423d4ec7659d7273c99956c8b57f3
-SIZE (cego-2.11.2.tar.gz) = 668808
+SHA256 (cego-2.11.4.tar.gz) = 76906662e00df6358ffe33f5b01c4eb537ecfb81b8ba82f85679685f4957d39f
+SIZE (cego-2.11.4.tar.gz) = 591259
----------

-- 
pi@opsec.eu            +49 171 3101372                         9 years to go !
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-16 16:02:19 UTC
eadler      2011-10-16 15:02:05 UTC

  FreeBSD ports repository

  Modified files:
    databases/cego       Makefile distinfo 
  Log:
  - Update to 2.11.4
  
  PR:             ports/161662
  Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
  Approved by:    bapt,sahil (mentors, implicit)
  
  Revision  Changes    Path
  1.34      +1 -2      ports/databases/cego/Makefile
  1.29      +2 -2      ports/databases/cego/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2011-10-16 16:12:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!