1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- update to -> 1.4.1

Feature safe:	yes
This commit is contained in:
Michael Landin 2012-11-26 11:06:09 +00:00
parent 0b6035194b
commit a4aa037cf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307772
3 changed files with 3 additions and 26 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= rpl
PORTVERSION= 1.4.0
PORTVERSION= 1.4.1
CATEGORIES= misc
MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/

View File

@ -1,2 +1,2 @@
SHA256 (rpl-1.4.0.tar.gz) = f9ddb40ab3cf550d4ad1977f448f3b083035645a89ecba581bb57577a6c04caa
SIZE (rpl-1.4.0.tar.gz) = 59602
SHA256 (rpl-1.4.1.tar.gz) = 291055dc8763c855bab76142b5f7e9625392bcefa524b796bc4ddbcf941a1310
SIZE (rpl-1.4.1.tar.gz) = 65792

View File

@ -1,23 +0,0 @@
$FreeBSD$
--- src/replace.h.orig
+++ src/replace.h
@@ -77,8 +77,7 @@
/* This is a simple macro to call malloc() and die if it returns null */
#define MALLOC_FAIL_STRING ("\n" PACKAGE " Unable to allocate memory!")
-#define MALLOC_AND_CHECK( x, y ) (void*)(x)=malloc((y));if(x==NULL){fprintf(stderr,"\n%s --> %s:%d\n", MALLOC_FAIL_STRING, __FILE__, __LINE__ );exit(EX_OSERR);}
-
+#define MALLOC_AND_CHECK( x, y ) (x)=malloc((y));if(x==NULL){fprintf(stderr,"\n%s --> %s:%d\n", MALLOC_FAIL_STRING, __FILE__, __LINE__ );exit(EX_OSERR);}
/* Function Prototypes */
@@ -90,4 +89,5 @@
static void EchoFeedback(int, int, int, char*);
-static void SetPerms(struct stat, int, int, char*, int* );
\ No newline at end of file
+static void SetPerms(struct stat, int, int, char*, int* );
+