ports/183658: deforaos-phone update to 0.3.12 and staging support
Olivier Cochard-Labbe
olivier at cochard.me
Mon Nov 4 12:20:01 UTC 2013
>Number: 183658
>Category: ports
>Synopsis: deforaos-phone update to 0.3.12 and staging support
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 04 12:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Olivier Cochard-Labbe
>Release: 10.0
>Organization:
>Environment:
FreeBSD orange.bsdrp.net 10.0-BETA2 FreeBSD 10.0-BETA2 #0 r257208M: Sun Oct 27 21:28:39 CET 2013 root at orange.bsdrp.net:/usr/obj/usr/local/BSDRP/BSDRP/FreeBSD/src/sys/PROD amd64
>Description:
Upgrading ports and add staging.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: comms/deforaos-phone/Makefile
===================================================================
--- comms/deforaos-phone/Makefile (revision 332655)
+++ comms/deforaos-phone/Makefile (working copy)
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= phone
-PORTVERSION= 0.3.11
-PORTREVISION= 1
+PORTVERSION= 0.3.12
CATEGORIES= comms
-MASTER_SITES= http://www.defora.org/os/download/download/3721/
+MASTER_SITES= http://www.defora.org/os/download/download/4296/
PKGNAMEPREFIX= deforaos-
DISTNAME= Phone-${PORTVERSION}
@@ -14,20 +13,22 @@
LICENSE= GPLv3
-LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \
- Desktop:${PORTSDIR}/x11/deforaos-libdesktop \
- pulse:${PORTSDIR}/audio/pulseaudio \
- purple:${PORTSDIR}/net-im/libpurple \
- sofia-sip-ua:${PORTSDIR}/net/sofia-sip
+LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
+ libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop \
+ libpulse.so:${PORTSDIR}/audio/pulseaudio \
+ libpurple.so:${PORTSDIR}/net-im/libpurple \
+ libsofia-sip-ua.so:${PORTSDIR}/net/sofia-sip
BUILD_DEPENDS= locker:${PORTSDIR}/x11/deforaos-locker \
- ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
+ ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \
+ xsltproc:${PORTSDIR}/textproc/libxslt \
+ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
USES= pkgconfig gettext
-USE_GNOME= gtk20 desktopfileutils
+USE_GNOME= gtk20
INSTALLS_ICONS= yes
MAKE_ARGS+= PREFIX=${PREFIX}
+MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,/dev/modem,/dev/cuaU0,g' \
${WRKSRC}/src/modems/hayes.c
Index: comms/deforaos-phone/distinfo
===================================================================
--- comms/deforaos-phone/distinfo (revision 332655)
+++ comms/deforaos-phone/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (Phone-0.3.11.tar.gz) = 6d0de8cc17f5ea34062e35dac8179bdcd8bd96e9498bfe3bb68c3dcb7fe4e0fc
-SIZE (Phone-0.3.11.tar.gz) = 166060
+SHA256 (Phone-0.3.12.tar.gz) = 53c6d2484a3c11d6bdcd980254cfa41c5f5c8fbc811892e61bf0425a3bde416d
+SIZE (Phone-0.3.12.tar.gz) = 175768
Index: comms/deforaos-phone/files/patch-doc__Makefile
===================================================================
--- comms/deforaos-phone/files/patch-doc__Makefile (revision 0)
+++ comms/deforaos-phone/files/patch-doc__Makefile (working copy)
@@ -0,0 +1,23 @@
+--- doc/Makefile.orig 2013-11-04 12:16:46.534030500 +0100
++++ doc/Makefile 2013-11-04 12:17:20.050448106 +0100
+@@ -1,4 +1,4 @@
+-TARGETS = index.html phone.1 phone.html phonectl.1 phonectl.html
++TARGETS = phone.1 phonectl.1
+ PREFIX = /usr/local
+ DESTDIR =
+ RM = rm -f
+@@ -33,14 +33,10 @@
+
+ install: $(TARGETS)
+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "phone.1"
+- ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "phone.html"
+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "phonectl.1"
+- ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "phonectl.html"
+
+ uninstall:
+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "phone.1"
+- ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "phone.html"
+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "phonectl.1"
+- ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "phonectl.html"
+
+ .PHONY: all clean distclean install uninstall
Property changes on: comms/deforaos-phone/files/patch-doc__Makefile
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Index: comms/deforaos-phone/pkg-plist
===================================================================
--- comms/deforaos-phone/pkg-plist (revision 332655)
+++ comms/deforaos-phone/pkg-plist (working copy)
@@ -20,10 +20,14 @@
lib/Phone/plugins/openmoko.so
lib/Phone/plugins/oss.so
lib/Phone/plugins/panel.so
+lib/Phone/plugins/password.so
lib/Phone/plugins/profiles.so
+lib/Phone/plugins/pulseaudio.so
lib/Phone/plugins/smscrypt.so
lib/Phone/plugins/systray.so
lib/Phone/plugins/ussd.so
+man/man1/phone.1.gz
+man/man1/phonectl.1.gz
share/applications/phone-contacts.desktop
share/applications/phone-dialer.desktop
share/applications/phone-log.desktop
@@ -65,3 +69,16 @@
@dirrm lib/Phone/modem
@dirrm lib/Phone/plugins
@dirrm lib/Phone
+ at dirrmtry share/icons/hicolor/48x48/apps
+ at dirrmtry share/icons/hicolor/48x48
+ at dirrmtry share/icons/hicolor/32x32/apps
+ at dirrmtry share/icons/hicolor/32x32
+ at dirrmtry share/icons/hicolor/24x24/apps
+ at dirrmtry share/icons/hicolor/24x24
+ at dirrmtry share/icons/hicolor/22x22/apps
+ at dirrmtry share/icons/hicolor/22x22
+ at dirrmtry share/icons/hicolor/16x16/apps
+ at dirrmtry share/icons/hicolor/16x16
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/icons
+ at dirrmtry include/Desktop
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list