svn commit: r354120 - in head/devel/florist-gpl: . files

John Marino marino at FreeBSD.org
Thu May 15 13:00:58 UTC 2014


Author: marino
Date: Thu May 15 13:00:55 2014
New Revision: 354120
URL: http://svnweb.freebsd.org/changeset/ports/354120
QAT: https://qat.redports.org/buildarchive/r354120/

Log:
  devel/florist-gpl: Upgrade version 2012 => 2014
  
  The annual Adacore release happened!

Deleted:
  head/devel/florist-gpl/files/patch-posix-signals.adb
Modified:
  head/devel/florist-gpl/Makefile
  head/devel/florist-gpl/distinfo
  head/devel/florist-gpl/files/patch-Makefile.in
  head/devel/florist-gpl/files/patch-c-posix-signals.c
  head/devel/florist-gpl/files/patch-c-posix.c
  head/devel/florist-gpl/files/patch-configure
  head/devel/florist-gpl/files/patch-configure.in
  head/devel/florist-gpl/files/patch-florist.gpr
  head/devel/florist-gpl/pkg-plist

Modified: head/devel/florist-gpl/Makefile
==============================================================================
--- head/devel/florist-gpl/Makefile	Thu May 15 12:59:19 2014	(r354119)
+++ head/devel/florist-gpl/Makefile	Thu May 15 13:00:55 2014	(r354120)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	florist-gpl
-PORTVERSION=	2012
-PORTREVISION=	1
+PORTVERSION=	2014
 CATEGORIES=	devel
 MASTER_SITES=	http://downloads.dragonlace.net/src/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -13,8 +12,9 @@ COMMENT=	POSIX Ada binding, IEEE Standar
 
 LICENSE=	GPLv3
 
-USES=		ada tar:tgz
+USES=		ada
 GNU_CONFIGURE=	yes
+WRKSRC=		${WRKDIR}/florist-src
 
 post-extract:
 	${CP} ${FILESDIR}/pconfig.* ${WRKSRC}/configs

Modified: head/devel/florist-gpl/distinfo
==============================================================================
--- head/devel/florist-gpl/distinfo	Thu May 15 12:59:19 2014	(r354119)
+++ head/devel/florist-gpl/distinfo	Thu May 15 13:00:55 2014	(r354120)
@@ -1,2 +1,2 @@
-SHA256 (florist-gpl-2012-src.tgz) = 6f85e137820ffd234177217cac036b7348d129a8f2b66dce6f27600461fa6a8d
-SIZE (florist-gpl-2012-src.tgz) = 224141
+SHA256 (florist-gpl-2014-src.tar.gz) = 921dd400ce400b2a5e2e7337de0efd5d6bdd459b3f4deca8b17819b21cfd7070
+SIZE (florist-gpl-2014-src.tar.gz) = 273765

Modified: head/devel/florist-gpl/files/patch-Makefile.in
==============================================================================
--- head/devel/florist-gpl/files/patch-Makefile.in	Thu May 15 12:59:19 2014	(r354119)
+++ head/devel/florist-gpl/files/patch-Makefile.in	Thu May 15 13:00:55 2014	(r354120)
@@ -1,4 +1,4 @@
---- Makefile.in.orig	2012-05-10 13:32:06.000000000 +0000
+--- Makefile.in.orig	2014-04-06 18:13:12.000000000 +0000
 +++ Makefile.in
 @@ -187,8 +187,12 @@ distclean:
  

Modified: head/devel/florist-gpl/files/patch-c-posix-signals.c
==============================================================================
--- head/devel/florist-gpl/files/patch-c-posix-signals.c	Thu May 15 12:59:19 2014	(r354119)
+++ head/devel/florist-gpl/files/patch-c-posix-signals.c	Thu May 15 13:00:55 2014	(r354120)
@@ -1,4 +1,4 @@
---- c-posix-signals.c.orig	2012-05-10 13:32:15.000000000 +0000
+--- c-posix-signals.c.orig	2014-04-06 18:13:12.000000000 +0000
 +++ c-posix-signals.c
 @@ -467,9 +467,9 @@ int guess_nsigs () {
   */

Modified: head/devel/florist-gpl/files/patch-c-posix.c
==============================================================================
--- head/devel/florist-gpl/files/patch-c-posix.c	Thu May 15 12:59:19 2014	(r354119)
+++ head/devel/florist-gpl/files/patch-c-posix.c	Thu May 15 13:00:55 2014	(r354120)
@@ -1,6 +1,6 @@
---- c-posix.c.orig	2012-05-10 13:32:15.000000000 +0000
+--- c-posix.c.orig	2014-04-06 18:13:12.000000000 +0000
 +++ c-posix.c
-@@ -689,6 +689,25 @@ typedef struct siginfo {
+@@ -721,6 +721,25 @@ typedef struct siginfo {
  
  /* sigevent must precede aiocb
   */
@@ -26,7 +26,7 @@
  #ifdef HAVE_struct_sigevent
    GT1(sigevent, 1)
  #else
-@@ -711,6 +730,7 @@ struct sigevent {
+@@ -743,6 +762,7 @@ struct sigevent {
    GT2(sigev_notify_attributes,pthread_attr_t *)
  #endif
    GT3
@@ -34,7 +34,7 @@
  
  #ifdef HAVE_struct_aiocb
    GT1(aiocb, 1)
-@@ -5130,9 +5150,9 @@ void create_c() {
+@@ -5166,9 +5186,9 @@ void create_c() {
   */
  
  #if defined(__APPLE__)
@@ -46,7 +46,7 @@
  #endif
  {sigset_t set;
    int sig;
-@@ -5143,7 +5163,7 @@ void create_c() {
+@@ -5179,7 +5199,7 @@ void create_c() {
    for (sig = 0; sig < 1024; sig++) {
      result = sigismember (&set, sig);
      if (result == 1) last_good = sig;

Modified: head/devel/florist-gpl/files/patch-configure
==============================================================================
--- head/devel/florist-gpl/files/patch-configure	Thu May 15 12:59:19 2014	(r354119)
+++ head/devel/florist-gpl/files/patch-configure	Thu May 15 13:00:55 2014	(r354120)
@@ -1,6 +1,6 @@
---- configure.orig	2009-02-17 19:18:05.000000000 +0000
+--- configure.orig	2014-02-21 17:12:41.000000000 +0000
 +++ configure
-@@ -2278,10 +2278,18 @@ case ${UNAME_SYSTEM} in
+@@ -2757,10 +2757,18 @@ case ${UNAME_SYSTEM} in
      echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
      cp ./configs/pconfig.LynxOS ./pconfig.h.in;
      ;;

Modified: head/devel/florist-gpl/files/patch-configure.in
==============================================================================
--- head/devel/florist-gpl/files/patch-configure.in	Thu May 15 12:59:19 2014	(r354119)
+++ head/devel/florist-gpl/files/patch-configure.in	Thu May 15 13:00:55 2014	(r354120)
@@ -1,6 +1,6 @@
---- configure.in.orig	2009-02-17 19:15:53.000000000 +0000
+--- configure.in.orig	2014-02-21 17:12:41.000000000 +0000
 +++ configure.in
-@@ -113,10 +113,18 @@ case ${UNAME_SYSTEM} in
+@@ -114,10 +114,18 @@ case ${UNAME_SYSTEM} in
      echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
      cp ./configs/pconfig.LynxOS ./pconfig.h.in;
      ;;

Modified: head/devel/florist-gpl/files/patch-florist.gpr
==============================================================================
--- head/devel/florist-gpl/files/patch-florist.gpr	Thu May 15 12:59:19 2014	(r354119)
+++ head/devel/florist-gpl/files/patch-florist.gpr	Thu May 15 13:00:55 2014	(r354120)
@@ -1,4 +1,4 @@
---- florist.gpr.orig	2012-05-10 13:32:15.000000000 +0000
+--- florist.gpr.orig	2014-04-06 18:13:12.000000000 +0000
 +++ florist.gpr
 @@ -1,12 +1,9 @@
  project Florist is

Modified: head/devel/florist-gpl/pkg-plist
==============================================================================
--- head/devel/florist-gpl/pkg-plist	Thu May 15 12:59:19 2014	(r354119)
+++ head/devel/florist-gpl/pkg-plist	Thu May 15 13:00:55 2014	(r354120)
@@ -18,6 +18,8 @@ include/florist/posix-configurable_syste
 include/florist/posix-error_codes.ads
 include/florist/posix-file_locking.adb
 include/florist/posix-file_locking.ads
+include/florist/posix-file_status-extensions.adb
+include/florist/posix-file_status-extensions.ads
 include/florist/posix-file_status.adb
 include/florist/posix-file_status.ads
 include/florist/posix-files.adb
@@ -125,6 +127,7 @@ lib/florist/posix-condition_variables.al
 lib/florist/posix-configurable_file_limits.ali
 lib/florist/posix-configurable_system_limits.ali
 lib/florist/posix-file_locking.ali
+lib/florist/posix-file_status-extensions.ali
 lib/florist/posix-file_status.ali
 lib/florist/posix-files.ali
 lib/florist/posix-generic_shared_memory.ali


More information about the svn-ports-all mailing list