From 132dcd3c94de2590fbf43042044693a0a4f616ba Mon Sep 17 00:00:00 2001 From: krion Date: Sat, 17 Apr 2004 19:26:58 +0000 Subject: - Update to version 0.2 PR: ports/65666 Submitted by: maintainer --- sysutils/portdowngrade/Makefile | 4 ++-- sysutils/portdowngrade/distinfo | 4 ++-- sysutils/portdowngrade/files/patch-portdowngrade.cpp | 12 ------------ 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 sysutils/portdowngrade/files/patch-portdowngrade.cpp (limited to 'sysutils') diff --git a/sysutils/portdowngrade/Makefile b/sysutils/portdowngrade/Makefile index cfdacb81e573..bfaf4d6f6c37 100644 --- a/sysutils/portdowngrade/Makefile +++ b/sysutils/portdowngrade/Makefile @@ -6,8 +6,7 @@ # PORTNAME= portdowngrade -PORTVERSION= 0.1 -PORTREVISION= 1 +PORTVERSION= 0.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +22,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${POPT_INCLUDE}" \ LIBS="-lpopt -L${POPT_LIB}" GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_BZIP2= yes diff --git a/sysutils/portdowngrade/distinfo b/sysutils/portdowngrade/distinfo index e7a09fab557b..6794b6419337 100644 --- a/sysutils/portdowngrade/distinfo +++ b/sysutils/portdowngrade/distinfo @@ -1,2 +1,2 @@ -MD5 (portdowngrade-0.1.tar.bz2) = f0576e4836033bbe6740f660ee61b010 -SIZE (portdowngrade-0.1.tar.bz2) = 67218 +MD5 (portdowngrade-0.2.tar.bz2) = a73ce55605b080f985c65be2bc62fcce +SIZE (portdowngrade-0.2.tar.bz2) = 67766 diff --git a/sysutils/portdowngrade/files/patch-portdowngrade.cpp b/sysutils/portdowngrade/files/patch-portdowngrade.cpp deleted file mode 100644 index 45a73d54eccb..000000000000 --- a/sysutils/portdowngrade/files/patch-portdowngrade.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- portdowngrade/portdowngrade.cpp.orig Mon Nov 17 20:35:46 2003 -+++ portdowngrade/portdowngrade.cpp Sun Nov 23 09:59:53 2003 -@@ -36,7 +36,8 @@ - #include - #include - #include --#include -+#include -+#include - #include - #include - -- cgit