ports/186690: Update rabbitmq-c-devel to 0.5.0

Allen landsidel.allen at gmail.com
Wed Feb 12 14:10:00 UTC 2014


>Number:         186690
>Category:       ports
>Synopsis:       Update rabbitmq-c-devel to 0.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 12 14:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Allen
>Release:        8.4-STABLE
>Organization:
>Environment:
FreeBSD devx07.concord.local 8.4-STABLE FreeBSD 8.4-STABLE #2 r258391: Wed Nov 20 14:53:19 UTC 2013     root at devxmaster.concord.local:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Update rabbitmq-c-devel from 0.0.1 to 0.5.0.
>How-To-Repeat:

>Fix:
svn diff output in net/rabbitmq-c-devel

Index: Makefile
===================================================================
--- Makefile    (revision 343288)
+++ Makefile    (working copy)
@@ -2,16 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=      rabbitmq-c
-PORTVERSION=   0.0.1
-PORTREVISION=  2
+PORTVERSION=   0.5.0
 CATEGORIES=    net
-MASTER_SITES=  http://hg.rabbitmq.com/rabbitmq-c/archive/:c \
-               http://hg.rabbitmq.com/rabbitmq-codegen/archive/:codegen
+
+USE_GITHUB=    yes
+GH_ACCOUNT=    alanxz
+GH_COMMIT=     abb0174
+GH_TAGNAME=    v${PORTVERSION}
+
 PKGNAMESUFFIX= -devel
-DISTNAME=      ${PORTNAME}-cbeb2f3c3e6d
-DISTFILES=     cbeb2f3c3e6d.tar.bz2:c \
-               df43f2bfcf0e.tar.bz2:codegen
-DIST_SUBDIR=   rabbitmq
+EXTRACT_SUFX=  .tar.gz
 
 MAINTAINER=    rabbitmq at geoffgarside.co.uk
 COMMENT=       RabbitMQ C AMQP client library
@@ -24,7 +24,6 @@
 
 CONFLICTS=     rabbitmq-c-[0-9]*
 
-USE_BZIP2=     yes
 USE_GMAKE=     yes
 USE_PYTHON=    yes
 USE_LDCONFIG=  yes

Index: files/patch-configure.ac
===================================================================
--- files/patch-configure.ac    (revision 343288)
+++ files/patch-configure.ac    (working copy)
@@ -1,10 +1,10 @@
---- configure.ac.orig  2011-09-06 09:43:42.000000000 +0100
-+++ configure.ac       2011-11-17 15:12:38.567082237 +0000
-@@ -14,6 +14,7 @@
- 
- dnl Header-file checks
- AC_HEADER_STDC
+--- configure.ac.orig  2014-02-12 13:50:04.000000000 +0000
++++ configure.ac       2014-02-12 13:51:38.000000000 +0000
+@@ -39,6 +39,7 @@
+ # Environment setup
+ AC_CANONICAL_HOST
+ AC_C_INLINE
 +AC_CHECK_HEADERS([spawn.h])
  
- if test "x$GCC" = "xyes"; then
-   dnl Only use -Wall if we have gcc
+ # Set compiler flags
+ AX_TRY_CFLAGS([-Wall], [AX_CFLAGS([-Wall])])


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list