1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Upgrade to 0.6.2.

This commit is contained in:
Vanilla I. Shu 2015-01-22 15:03:11 +00:00
parent d04c363a31
commit 063bfb0ef2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377660
4 changed files with 11 additions and 21 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= projectcenter
PORTVERSION= 0.6.1
PORTREVISION= 2
PORTVERSION= 0.6.2
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= dev-apps
@ -20,7 +19,7 @@ USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
PLIST_SUB+= FRAMEVERSION=0.6.0
PLIST_SUB+= FRAMEVERSION=${PORTVERSION}
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (ProjectCenter-0.6.1.tar.gz) = 3dc72d29bb40bdea9382266045b419ae3c7d117329ea9e0263cf4553e1794ed2
SIZE (ProjectCenter-0.6.1.tar.gz) = 490466
SHA256 (ProjectCenter-0.6.2.tar.gz) = c5104ae18511260f900c6de6cca0bcf39361da1866499102bf2a90e2f05d9473
SIZE (ProjectCenter-0.6.2.tar.gz) = 492409

View File

@ -1,5 +1,5 @@
--- Modules/Debuggers/ProjectCenter/PTYView.m.orig 2012-04-20 08:35:30.000000000 +0000
+++ Modules/Debuggers/ProjectCenter/PTYView.m
--- Modules/Debuggers/ProjectCenter/PTYView.m.orig 2013-02-09 22:42:13.000000000 +0800
+++ Modules/Debuggers/ProjectCenter/PTYView.m 2015-01-22 22:51:16.258350353 +0800
@@ -30,7 +30,7 @@
#include <fcntl.h>
#include <sys/types.h>
@ -9,19 +9,9 @@
#include <sys/ioctl.h>
#include <termios.h>
#include <libutil.h>
@@ -42,7 +42,8 @@
#include <stdlib.h>
#include <string.h>
-#if !defined(__OpenBSD__) && !defined(__FreeBSD__) && !(defined (__NetBSD__))
+#if !defined(__OpenBSD__) && !defined(__FreeBSD__) \
+ && !defined (__NetBSD__) && !defined(__DragonFly__)
#include <stropts.h>
@@ -61,7 +61,9 @@
#endif
@@ -56,7 +57,9 @@
#define USE_FORKPTY_REPLACEMENT 1
#endif
-#if !(defined (__NetBSD__)) && !(defined (__SOLARIS__)) && !(defined (__OpenBSD__)) && !(defined(__FreeBSD__))
+#if !(defined (__NetBSD__)) && !(defined (__SOLARIS__)) \

View File

@ -50,9 +50,6 @@ GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/Re
GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/Resources/Info-gnustep.plist
GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/Resources/Info.table
GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/stamp.make
GNUstep/System/Applications/ProjectCenter.app/Resources/English.lproj/FindPanel.gorm/data.classes
GNUstep/System/Applications/ProjectCenter.app/Resources/English.lproj/FindPanel.gorm/data.info
GNUstep/System/Applications/ProjectCenter.app/Resources/English.lproj/FindPanel.gorm/objects.gorm
GNUstep/System/Applications/ProjectCenter.app/Resources/English.lproj/Info.gorm/Info.tiff
GNUstep/System/Applications/ProjectCenter.app/Resources/English.lproj/Info.gorm/data.classes
GNUstep/System/Applications/ProjectCenter.app/Resources/English.lproj/Info.gorm/data.info
@ -122,6 +119,9 @@ GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/Res
GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/Resources/FileMH.tiff
GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/Resources/Info-gnustep.plist
GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/Resources/Info.table
GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/Resources/LineJumper.gorm/data.classes
GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/Resources/LineJumper.gorm/data.info
GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/Resources/LineJumper.gorm/objects.gorm
GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/Resources/ObjC.syntax
GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/Resources/Plist.syntax
GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/stamp.make
@ -190,6 +190,7 @@ GNUstep/System/Library/Frameworks/ProjectCenter.framework/Headers
GNUstep/System/Library/Frameworks/ProjectCenter.framework/ProjectCenter
GNUstep/System/Library/Frameworks/ProjectCenter.framework/Resources
GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Headers/PCAddFilesPanel.h
GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Headers/PCAuxiliaryWindow.h
GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Headers/PCBundleManager.h
GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Headers/PCDefines.h
GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/%%FRAMEVERSION%%/Headers/PCEditorManager.h