FreeBSD Bugzilla – Attachment 118106 Details for
Bug 160272
[PATCH] unbreak port net/AquaGatekeeper
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.68 KB, created by
Eugene Grosbein
on 2011-08-29 07:20:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
2011-08-29 07:20:07 UTC
Size:
1.68 KB
patch
obsolete
>diff -urN AquaGatekeeper.orig/Makefile AquaGatekeeper/Makefile >--- AquaGatekeeper.orig/Makefile 2011-08-29 12:56:14.000000000 +0700 >+++ AquaGatekeeper/Makefile 2011-08-29 13:11:26.000000000 +0700 >@@ -7,9 +7,10 @@ > > PORTNAME= AquaGatekeeper > PORTVERSION= 1.22 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= net >-MASTER_SITES= ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ >+MASTER_SITES= http://www.grosbein.net/freebsd/AquaGatekeeper/ \ >+ ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ > EXTRACT_SUFX= .tgz > > MAINTAINER= ports@grosbein.pp.ru >@@ -27,10 +28,6 @@ > STRIP_CMD= ${TRUE} > DEPRECATED= Binary port of software abandoned by the vendor > >-BROKEN= unfetchable >-DEPRECATED= "${BROKEN}" >-EXPIRATION_DATE= 2011-10-28 >- > .if !defined(BATCH) && !defined(PACKAGE_BUILDING) > IS_INTERACTIVE= yes > .endif >diff -urN AquaGatekeeper.orig/pkg-deinstall AquaGatekeeper/pkg-deinstall >--- AquaGatekeeper.orig/pkg-deinstall 2003-11-02 23:37:14.000000000 +0600 >+++ AquaGatekeeper/pkg-deinstall 2011-08-29 13:05:08.000000000 +0700 >@@ -8,7 +8,7 @@ > > question=$1 > default=$2 >- if [ -z "${PACKAGE_BUILDING}" ]; then >+ if [ -z "${BATCH}" -a -z "${PACKAGE_BUILDING}" ]; then > read -p "${question} [${default}]? " answer > fi > if [ x${answer} = x ]; then >diff -urN AquaGatekeeper.orig/pkg-install AquaGatekeeper/pkg-install >--- AquaGatekeeper.orig/pkg-install 2003-11-02 23:37:14.000000000 +0600 >+++ AquaGatekeeper/pkg-install 2011-08-29 13:05:02.000000000 +0700 >@@ -10,7 +10,7 @@ > > question=$1 > default=$2 >- if [ -z "${PACKAGE_BUILDING}" ]; then >+ if [ -z "${BATCH}" -a -z "${PACKAGE_BUILDING}" ]; then > read -p "${question} [${default}]? " answer > fi > if [ x${answer} = x ]; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 160272
: 118106