diff options
author | krion <krion@FreeBSD.org> | 2004-04-18 03:26:58 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-18 03:26:58 +0800 |
commit | 132dcd3c94de2590fbf43042044693a0a4f616ba (patch) | |
tree | 2f35a610e7ed58c6469701a41753d87bd11136b2 /sysutils | |
parent | df15c3886f6df8566ef483c4a2c6d034d9cf4661 (diff) | |
download | freebsd-ports-gnome-132dcd3c94de2590fbf43042044693a0a4f616ba.tar.gz freebsd-ports-gnome-132dcd3c94de2590fbf43042044693a0a4f616ba.tar.zst freebsd-ports-gnome-132dcd3c94de2590fbf43042044693a0a4f616ba.zip |
- Update to version 0.2
PR: ports/65666
Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portdowngrade/Makefile | 4 | ||||
-rw-r--r-- | sysutils/portdowngrade/distinfo | 4 | ||||
-rw-r--r-- | sysutils/portdowngrade/files/patch-portdowngrade.cpp | 12 |
3 files changed, 4 insertions, 16 deletions
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 <popt.h> - #include <string> - #include <fstream> --#include <slist> -+#include <slist.h> -+#include <iostream> - #include <vector> - #include <algorithm> - |