svn commit: r309388 - in head/archivers/rpm4: . files
Johan van Selst
johans at FreeBSD.org
Sat Dec 22 12:45:24 UTC 2012
Author: johans
Date: Sat Dec 22 12:45:23 2012
New Revision: 309388
URL: http://svnweb.freebsd.org/changeset/ports/309388
Log:
Shortly after the initial release, a new tarball was uploaded which
includes a small fix that was duplicated already in the FreeBSD port.
- Update checksum and remove patch introduced with the original release
No functional changes.
Modified:
head/archivers/rpm4/distinfo
head/archivers/rpm4/files/patch-system.h
Modified: head/archivers/rpm4/distinfo
==============================================================================
--- head/archivers/rpm4/distinfo Sat Dec 22 11:59:34 2012 (r309387)
+++ head/archivers/rpm4/distinfo Sat Dec 22 12:45:23 2012 (r309388)
@@ -1,2 +1,2 @@
-SHA256 (rpm-4.10.2.tar.bz2) = de1b50433ca887170570e5d610e151d5b77957a4122561c59979069ae8eb5d58
-SIZE (rpm-4.10.2.tar.bz2) = 3545289
+SHA256 (rpm-4.10.2.tar.bz2) = e9278a2b40f08bae5a9592b9b42f11f88b2e880cc34e57113d53461ed7de6e7b
+SIZE (rpm-4.10.2.tar.bz2) = 3545536
Modified: head/archivers/rpm4/files/patch-system.h
==============================================================================
--- head/archivers/rpm4/files/patch-system.h Sat Dec 22 11:59:34 2012 (r309387)
+++ head/archivers/rpm4/files/patch-system.h Sat Dec 22 12:45:23 2012 (r309388)
@@ -1,6 +1,6 @@
--- system.h.orig 2011-06-10 15:27:05.000000000 +0200
+++ system.h 2011-06-10 15:27:09.000000000 +0200
-@@ -39,6 +39,14 @@ char * stpncpy(char * dest, const char *
+@@ -39,6 +39,13 @@ char * stpncpy(char * dest, const char *
#define getenv(_s) __secure_getenv(_s)
#endif
@@ -10,7 +10,6 @@
+#include <libgen.h>
+#include <sys/wait.h>
+#include <netinet/in.h>
-+#include <errno.h>
+
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
More information about the svn-ports-head
mailing list