diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index aa22ac9a3296..83d207752804 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: rpm -# Date created: 6 May 2003 -# Whom: Greg Lewis -# +# Created by: Greg Lewis # $FreeBSD$ PORTNAME= rpm -PORTVERSION= 4.10.1 +PORTVERSION= 4.10.2 CATEGORIES= archivers MASTER_SITES= http://rpm.org/releases/rpm-${PORTVERSION:R}.x/ \ ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-${PORTVERSION:E}.x/ diff --git a/archivers/rpm4/distinfo b/archivers/rpm4/distinfo index e5bb8d69599f..9604c8ff6bc9 100644 --- a/archivers/rpm4/distinfo +++ b/archivers/rpm4/distinfo @@ -1,2 +1,2 @@ -SHA256 (rpm-4.10.1.tar.bz2) = 5fbc381740c041048b9db9c591a98e4a83764c439a0031ba650ad2cd031e156e -SIZE (rpm-4.10.1.tar.bz2) = 3541216 +SHA256 (rpm-4.10.2.tar.bz2) = de1b50433ca887170570e5d610e151d5b77957a4122561c59979069ae8eb5d58 +SIZE (rpm-4.10.2.tar.bz2) = 3545289 diff --git a/archivers/rpm4/files/patch-system.h b/archivers/rpm4/files/patch-system.h index 087025591e2a..d1a1c0a88ded 100644 --- a/archivers/rpm4/files/patch-system.h +++ b/archivers/rpm4/files/patch-system.h @@ -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,13 @@ char * stpncpy(char * dest, const char * +@@ -39,6 +39,14 @@ char * stpncpy(char * dest, const char * #define getenv(_s) __secure_getenv(_s) #endif @@ -10,6 +10,7 @@ +#include +#include +#include ++#include + #ifdef HAVE_FCNTL_H #include