Created attachment 150749 [details] Shar file for ports tree . final 1.04 update supersedes and replaces bug id 196058 and bug id 195900 . updated pkg-descr . new build includes read/eval/print/loop . misc documentation updates . misc bug fixes and tweaks . updated make file . merged code base with builds for freebsd/android/windows . bumped up version number
Can you attach this update as a unified diff please. Shell Archives (.shar) are only used for new ports. Also: * Attach successful build output (poudriere) * Run the port through portlint and resolve any issues * Use PLIST_FILES instead of pkg-plist (since it only contains two entries)
Created attachment 150822 [details] unified diff (ugrades topic-1.03 to topic-1.04)
(In reply to Kubilay Kocak from comment #1) > Can you attach this update as a unified diff please. Yes sir, unified diff attached. > * Attach successful build output (poudriere) I do not have acess to poudriere or jails in this environment... > * Run the port through portlint and resolve any issues Okay, complete. > * Use PLIST_FILES instead of pkg-plist (since it only contains two entries) Okay complete.
Thank you for the updated patch :) In the absence of poudriere, please run: make stage && make check-plist && make stage-qa && make package Resolve any issues, and then attach the output once successful. Bonus Points: Put DEVELOPER=yes in /etc/make.conf for extra QA
Created attachment 150823 [details] output of "make stage && make check-plist && make stage-qa && make package" output is gzipped (attachments have a 1000kb limit)
(In reply to Kubilay Kocak from comment #4) > make stage && make check-plist && make stage-qa && make package Yes sir, output attached. > Resolve any issues, and then attach the output once successful. No issues that I see. > Bonus Points: > > Put DEVELOPER=yes in /etc/make.conf for extra QA Yes sir, complete. Many thanks Kubilay, for your excellent mentoring and help =)
A commit references this bug: Author: koobs Date: Mon Dec 22 04:32:08 UTC 2014 New revision: 375207 URL: https://svnweb.freebsd.org/changeset/ports/375207 Log: textproc/topic: Update to 1.04 - Update to 1.04 - Use PLIST_FILES, delete pkg-plist accordingly - Update pkg-descr PR: 196121 Submitted by: maintainer <email at freebsd hypermart net> Changes: head/textproc/topic/Makefile head/textproc/topic/distinfo head/textproc/topic/pkg-descr head/textproc/topic/pkg-plist
Committed, thanks! If you'd like your name credited in commit logs, please set your Full Name in your Bugzilla profile settings
Thanks again for your help Kubilay, I appreciate it.