Update to flipit-0.3.6.

This commit is contained in:
ajacoutot 2014-11-01 10:10:53 +00:00
parent cea0be2ca5
commit 769204b1ac
5 changed files with 11 additions and 39 deletions

View File

@ -1,21 +1,19 @@
# $OpenBSD: Makefile,v 1.12 2013/03/11 01:30:26 espie Exp $
# $OpenBSD: Makefile,v 1.13 2014/11/01 10:10:53 ajacoutot Exp $
COMMENT= x10 firecracker utility
DISTNAME= flipit-0.3.5
REVISION= 0
DISTNAME= flipit-0.3.6
CATEGORIES= comms
MASTER_SITES= http://www.lickey.com/flipit/dist/
HOMEPAGE= http://www.lickey.com/flipit/
CONFIGURE_STYLE=gnu
USE_GROFF = Yes
SEPARATE_BUILD= Yes
# MIT
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
WANTLIB += c
CONFIGURE_STYLE=gnu
SEPARATE_BUILD= Yes
.include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
MD5 (flipit-0.3.5.tar.gz) = +lNeqeAeOFUC2Mws94ft5w==
RMD160 (flipit-0.3.5.tar.gz) = iGXr8dTePlsHKeZxm5Z+O7qc82Q=
SHA1 (flipit-0.3.5.tar.gz) = 1+9H/gDubxzstqSPOWMXYYH8qkE=
SHA256 (flipit-0.3.5.tar.gz) = 0ij2WdVF9hzMOAiGeKLv0SOOA1Mb+Aer8Nfp1NMzL6U=
SIZE (flipit-0.3.5.tar.gz) = 75478
SHA256 (flipit-0.3.6.tar.gz) = 2Zb6MdBJ8FxP4WMVIZKmDc6bnXxHEclI0I3q9cYa41Q=
SIZE (flipit-0.3.6.tar.gz) = 82462

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-conf_c,v 1.1 2003/12/30 00:46:27 espie Exp $
--- conf.c.orig 2003-12-30 01:39:44.000000000 +0100
+++ conf.c 2003-12-30 01:39:51.000000000 +0100
@@ -31,7 +31,7 @@
#include <string.h>
#include <stdlib.h>
-#define SYSCONFFILE SYSCONFDIR ## "/flipit.conf"
+#define SYSCONFFILE SYSCONFDIR "/flipit.conf"
static char* dev_tty = 0;

View File

@ -1,11 +0,0 @@
--- conf.h.orig 2003-04-24 03:32:53.000000000 +0200
+++ conf.h 2003-12-30 01:39:13.000000000 +0100
@@ -30,7 +30,7 @@ int conf_parse(void);
const char* conf_dev_tty(void);
void conf_set_dev_tty(const char*);
-#define SYSCONFFILE SYSCONFDIR ## "/flipit.conf"
+#define SYSCONFFILE SYSCONFDIR "/flipit.conf"
#endif /* CONF_H */

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2004/08/06 16:06:03 espie Exp $
bin/flipit
@comment $OpenBSD: PLIST,v 1.3 2014/11/01 10:10:53 ajacoutot Exp $
@bin bin/flipit
@man man/man1/flipit.1
@extra ${SYSCONFDIR}/flipit.conf