[139425] trunk/dports/comms/picocom

khindenburg at macports.org khindenburg at macports.org
Sun Aug 16 17:53:58 PDT 2015


Revision: 139425
          https://trac.macports.org/changeset/139425
Author:   khindenburg at macports.org
Date:     2015-08-16 17:53:58 -0700 (Sun, 16 Aug 2015)
Log Message:
-----------
picocom: update to 1.8 #48572

Modified Paths:
--------------
    trunk/dports/comms/picocom/Portfile

Removed Paths:
-------------
    trunk/dports/comms/picocom/files/patch-picocom.c.diff
    trunk/dports/comms/picocom/files/patch-term.c.diff

Modified: trunk/dports/comms/picocom/Portfile
===================================================================
--- trunk/dports/comms/picocom/Portfile	2015-08-17 00:48:39 UTC (rev 139424)
+++ trunk/dports/comms/picocom/Portfile	2015-08-17 00:53:58 UTC (rev 139425)
@@ -3,11 +3,14 @@
 
 PortSystem 1.0
 
-name                picocom
-version             1.7
+PortGroup           github 1.0
+
+github.setup        npat-efault picocom 1.8
 categories          comms
-maintainers         gmail.com:ranauei
+maintainers         gmail.com:ranauei openmaintainer
 platforms           darwin
+license             GPL-2
+
 description         Minimal dumb-terminal emulation program
 long_description \
         Picocom was designed to serve as a simple, manual, \
@@ -18,18 +21,17 @@
         "open terminal window before / after dialing" feature). \
         It could also prove useful in many other similar tasks.
 
-homepage            http://code.google.com/p/picocom
-master_sites        googlecode
+checksums           rmd160  7903716b827cc5fef7fe3d67a94d2f41bd5f1201 \
+                    sha256  e7a77e8315f00f344600f8567c344723426dbf9c306826ffdffd92298e58d555
 
-checksums           sha256 d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e \
-                    rmd160 f1311e84d21aa359dd98ed74d85ca7a94050e10f
+use_configure       no
 
-patchfiles          patch-picocom.c.diff patch-term.c.diff
+variant universal {}
 
-use_configure       no
-
 build.target        ""
-build.args          CC=${configure.cc}
+build.args          CC=${configure.cc} \
+                    CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \
+                    LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"
 
 destroot {
     xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin

Deleted: trunk/dports/comms/picocom/files/patch-picocom.c.diff
===================================================================
--- trunk/dports/comms/picocom/files/patch-picocom.c.diff	2015-08-17 00:48:39 UTC (rev 139424)
+++ trunk/dports/comms/picocom/files/patch-picocom.c.diff	2015-08-17 00:53:58 UTC (rev 139425)
@@ -1,24 +0,0 @@
---- picocom.c.orig	2010-10-27 15:40:52.000000000 +0200
-+++ picocom.c	2010-10-27 15:39:02.000000000 +0200
-@@ -455,8 +455,8 @@
- 	if ( baud > 115200 )
- 		baud = 115200;
- #else
--	if ( baud > 921600 )
--		baud = 921600;
-+	if ( baud > 230400 )
-+		baud = 230400;
- #endif
- 
- 	return baud;
-@@ -469,8 +469,8 @@
- 	if ( baud > 115200 )
- 		baud = 115200;
- #else
--	if ( baud > 921600 )
--		baud = 921600;
-+	if ( baud > 230400 )
-+		baud = 230400;
- #endif
- 	else if ( baud == 57600 )
- 		baud = 38400;

Deleted: trunk/dports/comms/picocom/files/patch-term.c.diff
===================================================================
--- trunk/dports/comms/picocom/files/patch-term.c.diff	2015-08-17 00:48:39 UTC (rev 139424)
+++ trunk/dports/comms/picocom/files/patch-term.c.diff	2015-08-17 00:53:58 UTC (rev 139425)
@@ -1,15 +0,0 @@
---- term.c.orig	2010-10-27 15:40:36.000000000 +0200
-+++ term.c	2010-10-27 15:40:13.000000000 +0200
-@@ -631,12 +631,6 @@
- 		case 230400:
- 			spd = B230400;
- 			break;
--		case 460800:
--			spd = B460800;
--			break;
--		case 921600:
--			spd = B921600;
--			break;
- #endif
- 		default:
- 			term_errno = TERM_EBAUD;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150816/ee3948e6/attachment-0001.html>


More information about the macports-changes mailing list